소스 검색

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