Skip to content

Commit 54fac3a

Browse files
authored
Merge pull request #377 from polyzen/patch-1
Doc: add g:signify_skip
2 parents 8dc2573 + 66a1151 commit 54fac3a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/signify.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ default values, as long as no "Default:" section is given.
123123
|g:signify_vcs_cmds|
124124
|g:signify_vcs_cmds_diffmode|
125125
|g:signify_disable_by_default|
126+
|g:signify_skip|
126127
|g:signify_skip_filetype|
127128
|g:signify_skip_filename|
128129
|g:signify_skip_filename_pattern|
@@ -237,6 +238,18 @@ Disable Sy by default. You can still enable it later via:
237238
|signify-:SignifyEnable|
238239
|signify-:SignifyEnableAll|
239240

241+
------------------------------------------------------------------------------
242+
*g:signify_skip*
243+
>
244+
let g:signify_skip = { 'vcs': { 'allow': ['git'] } }
245+
let g:signify_skip = { 'vcs': { 'deny': ['perforce'] } }
246+
<
247+
Allow only certain VCS or deny all but the specified ones. Mutually exclusive.
248+
249+
This can be used to replace the old g:signify_vcs_list.
250+
251+
Default: <none>
252+
240253
------------------------------------------------------------------------------
241254
*g:signify_skip_filename_pattern*
242255
*g:signify_skip_filename*

0 commit comments

Comments
 (0)