Doc: add remark about colors

This commit is contained in:
Marco Hinz 2018-08-02 11:13:13 +02:00
parent fe8b5eb4c5
commit 73d467ebea
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -243,6 +243,10 @@ escape spaces by quoting, e.g.:
\ 'git': '"C:\Program Files (x86)\Git\bin\git.exe" diff --no-color --no-ext-diff -U0 -- %f'
\ }
<
NOTE: Always test these commands on the shell first and make sure that no
colors are emitted. Our parser expects lines in the diff output to start with
"@@", but with colors the line starts with escape sequences instead.
Default:
>
let g:signify_vcs_cmds = {