No period in echo message
This commit is contained in:
parent
c9a7ca1e9e
commit
326cb71a2a
1 changed files with 1 additions and 1 deletions
2
plug.vim
2
plug.vim
|
@ -2271,7 +2271,7 @@ function! s:revert()
|
|||
setlocal modifiable
|
||||
normal! "_dap
|
||||
setlocal nomodifiable
|
||||
echo 'Reverted.'
|
||||
echo 'Reverted'
|
||||
endfunction
|
||||
|
||||
function! s:snapshot(force, ...) abort
|
||||
|
|
Loading…
Reference in a new issue