Doc: correct default Perforce command

Sync code and doc again.

fe8b5eb4c5 (commitcomment-32171566)
This commit is contained in:
Marco Hinz 2019-02-03 12:53:51 +01:00
parent 6c0f42f413
commit 3332ee2cd7
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -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',
\ }
<