vim-signify/autoload/sy
spar01 fe8b5eb4c5 Perforce: fix command (#267)
Commit cc2b17d462 removed the '&&' used to check whether the p4 info command succeeded. This caused incorrect invocation of the p4 diff command.
Add back the check for p4 info command success.

Prior to this commit the command invoked was:
p4 info >/dev/null 2>&1 env P4DIFF= P4COLORS= p4 diff -du0

This commit makes the invocation as:
p4 info >/dev/null 2>&1 && env P4DIFF= P4COLORS= p4 diff -du0
2018-08-02 10:57:48 +02:00
..
debug.vim Allow multiple active VCS 2017-04-18 17:00:12 +02:00
fold.vim Refactoring 2018-04-15 22:00:17 +02:00
highlight.vim Signs: do not exceed two cells 2017-07-19 16:10:59 +02:00
jump.vim Refactoring 2018-04-15 22:00:17 +02:00
repo.vim Perforce: fix command (#267) 2018-08-02 10:57:48 +02:00
sign.vim Improve detection of nested repos managed by different VCS 2018-04-17 17:35:08 +02:00
util.vim Refactoring 2018-04-15 22:00:17 +02:00