No period in echo message

This commit is contained in:
Junegunn Choi
2016-07-23 18:07:12 +09:00
parent c9a7ca1e9e
commit 326cb71a2a

View File

@@ -2271,7 +2271,7 @@ function! s:revert()
setlocal modifiable
normal! "_dap
setlocal nomodifiable
echo 'Reverted.'
echo 'Reverted'
endfunction
function! s:snapshot(force, ...) abort