Skip to content

Commit 7dbf6f0

Browse files
committed
Doc: add :Signify{En,Dis}ableAll
1 parent 6789059 commit 7dbf6f0

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

doc/signify.txt

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,11 @@ Works the same as |g:signify_vcs_cmds|.
230230
*g:signify_disable_by_default* >
231231
let g:signify_disable_by_default = 0
232232
<
233-
This makes Sy not looking for changes for each new buffer. You can easily
234-
enable it later using |signify-:SignifyToggle|.
233+
Disable Sy by default. You can still enable it later via:
234+
235+
|signify-:SignifyToggle|
236+
|signify-:SignifyEnable|
237+
|signify-:SignifyEnableAll|
235238

236239
------------------------------------------------------------------------------
237240
*g:signify_skip_filename_pattern*
@@ -331,12 +334,24 @@ Enable the plugin for the current buffer only.
331334
Can also be used to when a repository was initialized while Sy was already
332335
loaded.
333336

337+
------------------------------------------------------------------------------
338+
*signify-:SignifyEnableAll* >
339+
:SignifyEnableAll
340+
<
341+
Enable the plugin for all buffers. Sets |g:signify_disable_by_default| to 0.
342+
334343
------------------------------------------------------------------------------
335344
*signify-:SignifyDisable* >
336345
:SignifyDisable
337346
<
338347
Disable the plugin for the current buffer only.
339348

349+
------------------------------------------------------------------------------
350+
*signify-:SignifyDisableAll* >
351+
:SignifyDisableAll
352+
<
353+
Disable the plugin for all buffers. Sets |g:signify_disable_by_default| to 1.
354+
340355
------------------------------------------------------------------------------
341356
*signify-:SignifyToggle* >
342357
:SignifyToggle
@@ -462,8 +477,9 @@ User SignifySetup~
462477

463478
User SignifyAutocmds~
464479

465-
This event fires every time the autocmds get set, in case you use
466-
|signify-:SignifyToggle| a lot. Useful to change the default autocmds.
480+
This event fires every time Sy sets autocmds. E.g. when opening a
481+
version-controlled file or when using |signify-:SignifyToggle| a lot.
482+
Useful to change the default |signify-autocmds|.
467483

468484
User Signify~
469485

0 commit comments

Comments
 (0)