From 7047eda14969f835912ba93cd15c0e62c4af74a2 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 9 Apr 2014 11:22:20 +0900 Subject: [PATCH] Change PlugDiff message (thanks to @beloglazov) --- plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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