# HG changeset patch # User zegervdv # Date 1416860865 -3600 # Node ID e519bf689316fe99ca3e2d4e00aee03aa8747936 # Parent b0d14db1857dcd65469397bbd8310ab412ce3dc7 Update Vim-Plug diff -r b0d14db1857d -r e519bf689316 vim/autoload/plug.vim --- 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