Browse Source

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

Junegunn Choi 11 năm trước cách đây
mục cha
commit
32dc4ca93f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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