From 4fdcfa033cfaa9af4b9e8620f69ab798aed14781 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 7 Jul 2015 01:07:41 +0200 Subject: [PATCH] Doc: typo --- doc/signify.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/signify.txt b/doc/signify.txt index 330992c..77baa87 100644 --- a/doc/signify.txt +++ b/doc/signify.txt @@ -166,7 +166,7 @@ NOTE: If your VCS program is not in $PATH and you have to specify an absolute path, escape spaces by quoting, e.g.: > let g:signify_vcs_cmds = { - \ 'git': '"C:\Program Files (x86)\Git\bin\git.exe" --no-color --no-ext-diff -U0 -- %f' + \ 'git': '"C:\Program Files (x86)\Git\bin\git.exe" diff --no-color --no-ext-diff -U0 -- %f' \ } < Default: