Преглед изворни кода

Change PlugDiff message (suggested by @beloglazov in #17)

Junegunn Choi пре 11 година
родитељ
комит
32dc4ca93f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      plug.vim

+ 1 - 1
plug.vim

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