Explorar el Código

Change PlugDiff message (thanks to @beloglazov)

Junegunn Choi hace 11 años
padre
commit
7047eda149
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plug.vim

+ 1 - 1
plug.vim

@@ -793,7 +793,7 @@ function! s:diff()
     cd -
   endfor
 
-  call setline(1, cnt == 0 ? 'No update.' : 'Updated changes:')
+  call setline(1, cnt == 0 ? 'No updates.' : 'Updated changes:')
   normal! gg
 endfunction