Implement TSBufToggle.

This commit is contained in:
echasnovski 2021-01-31 12:43:08 +02:00 committed by Stephan Seitz
parent 68a2dc219f
commit 8e2807d09e
2 changed files with 29 additions and 0 deletions

View file

@ -229,6 +229,13 @@ A list of modules can be found at |:TSModuleInfo|
:TSBufDisable {module}~
Disable {module} on the current buffer
A list of modules can be found at |:TSModuleInfo|
*:TSBufToggle*
:TSBufToggle {module}~
Toggle (enable if disabled, disable if enabled) {module} on the current
buffer.
A list of modules can be found at |:TSModuleInfo|
*:TSBufEnableAll*