Skip to content

Commit

Permalink
Upgrade vim-plug
Browse files Browse the repository at this point in the history
  • Loading branch information
e0da committed Oct 26, 2015
1 parent cf8418b commit 644d7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/nvim/autoload/plug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ function! s:do(pull, force, todo)
endif
let installed = has_key(s:update.new, name)
let updated = installed ? 0 :
\ (a:pull && !empty(s:system_chomp('git log --pretty=format:"%h" "HEAD...HEAD@{1}"', spec.dir)))
\ (a:pull && index(s:update.errors, name) < 0 && !empty(s:system_chomp('git log --pretty=format:"%h" "HEAD...HEAD@{1}"', spec.dir)))
if a:force || installed || updated
execute 'cd' s:esc(spec.dir)
call append(3, '- Post-update hook for '. name .' ... ')
Expand Down

0 comments on commit 644d7d7

Please sign in to comment.