mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
No period in echo message
This commit is contained in:
parent
c9a7ca1e9e
commit
326cb71a2a
2
plug.vim
2
plug.vim
@ -2271,7 +2271,7 @@ function! s:revert()
|
|||||||
setlocal modifiable
|
setlocal modifiable
|
||||||
normal! "_dap
|
normal! "_dap
|
||||||
setlocal nomodifiable
|
setlocal nomodifiable
|
||||||
echo 'Reverted.'
|
echo 'Reverted'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:snapshot(force, ...) abort
|
function! s:snapshot(force, ...) abort
|
||||||
|
Loading…
Reference in New Issue
Block a user