mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-07 17:44:25 +08:00
No period in echo message
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user