Explorar o código

Change PlugDiff message (thanks to @beloglazov)

Junegunn Choi %!s(int64=11) %!d(string=hai) anos
pai
achega
7047eda149
Modificáronse 1 ficheiros con 1 adicións e 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