Mercurial > dotfiles.old
diff vim/autoload/plug.vim @ 207:e519bf689316
Update Vim-Plug
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 24 Nov 2014 21:27:45 +0100 |
parents | 757b5e22e2ea |
children | 4e723feac624 |
line wrap: on
line diff
--- a/vim/autoload/plug.vim Mon Nov 24 21:25:08 2014 +0100 +++ b/vim/autoload/plug.vim Mon Nov 24 21:27:45 2014 +0100 @@ -633,7 +633,7 @@ if !empty(s:update.errors) call add(msgs, "Press 'R' to retry.") endif - if a:pull && !empty(filter(getline(5, '$'), + if a:pull && len(s:update.new) < len(filter(getline(5, '$'), \ "v:val =~ '^- ' && stridx(v:val, 'Already up-to-date') < 0")) call add(msgs, "Press 'D' to see the updated changes.") endif