Skip to content

Commit

Permalink
fixup! fix test: git msg changed to 'Already up to date'
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 14, 2018
1 parent fc05906 commit 302af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ function! s:finish(pull)
call add(msgs, "Press 'R' to retry.")
endif
if a:pull && len(s:update.new) < len(filter(getline(5, '$'),
\ "v:val =~ '^- ' && stridx(v:val, 'Already up-to-date') < 0"))
\ "v:val =~ '^- ' && v:val !=~ 'Already up.to.date'"))
call add(msgs, "Press 'D' to see the updated changes.")
endif
echo join(msgs, ' ')
Expand Down

0 comments on commit 302af7d

Please sign in to comment.