diff --git a/plug.vim b/plug.vim index e5fc0e5..924e90f 100644 --- a/plug.vim +++ b/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