Parcourir la source

No period in echo message

Junegunn Choi il y a 9 ans
Parent
commit
326cb71a2a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      plug.vim

+ 1 - 1
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