diff --git a/plug.vim b/plug.vim index 413b0a5..e5fc0e5 100644 --- a/plug.vim +++ b/plug.vim @@ -793,11 +793,7 @@ function! s:diff() cd - endfor - if cnt == 0 - call setline(1, 'No update.') - else - call setline(1, 'Updated changes:') - endif + call setline(1, cnt == 0 ? 'No update.' : 'Updated changes:') normal! gg endfunction