Change PlugDiff message (thanks to @beloglazov)
This commit is contained in:
parent
5679540a2a
commit
7047eda149
1 changed files with 1 additions and 1 deletions
2
plug.vim
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue