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

This commit is contained in:
Junegunn Choi 2014-04-09 11:59:46 +09:00
parent 7047eda149
commit 32dc4ca93f

View File

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