Doc: correct default Perforce command
Sync code and doc again.
fe8b5eb4c5 (commitcomment-32171566)
This commit is contained in:
parent
6c0f42f413
commit
3332ee2cd7
@ -259,7 +259,7 @@ Default:
|
||||
\ 'cvs': 'cvs diff -U0 -- %f',
|
||||
\ 'rcs': 'rcsdiff -U0 %f 2>%n',
|
||||
\ 'accurev': 'accurev diff %f -- -U0',
|
||||
\ 'perforce': 'p4 info '. sy#util#shell_redirect('%n') . (has('win32') ? '' : ' env P4DIFF= P4COLORS=') .' p4 diff -du0 %f',
|
||||
\ 'perforce': 'p4 info '. sy#util#shell_redirect('%n') . (has('win32') ? ' &&' : ' && env P4DIFF= P4COLORS=') .' p4 diff -du0 %f',
|
||||
\ 'tfs': 'tf diff -version:W -noprompt %f',
|
||||
\ }
|
||||
<
|
||||
|
Loading…
Reference in New Issue
Block a user