Change PlugDiff message (thanks to @beloglazov)

This commit is contained in:
Junegunn Choi 2014-04-09 11:22:20 +09:00
parent 5679540a2a
commit 7047eda149

View File

@ -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