瀏覽代碼

Change PlugDiff message (thanks to @beloglazov)

Junegunn Choi 11 年之前
父節點
當前提交
7047eda149
共有 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 update.' : 'Updated changes:')
+  call setline(1, cnt == 0 ? 'No updates.' : 'Updated changes:')
   normal! gg
 endfunction