Update documentation for Enable/Disable commands.

This commit is contained in:
echasnovski 2021-01-31 13:10:52 +02:00 committed by Stephan Seitz
parent fdfbb5c1bf
commit d3901e5833

View file

@ -228,7 +228,7 @@ A list of modules can be found at |:TSModuleInfo|
*:TSBufDisable* *:TSBufDisable*
:TSBufDisable {module}~ :TSBufDisable {module}~
Disable {module} on the current buffer Disable {module} on the current buffer.
A list of modules can be found at |:TSModuleInfo| A list of modules can be found at |:TSModuleInfo|
*:TSBufToggle* *:TSBufToggle*
@ -238,20 +238,20 @@ Toggle (enable if disabled, disable if enabled) {module} on the current
buffer. buffer.
A list of modules can be found at |:TSModuleInfo| A list of modules can be found at |:TSModuleInfo|
*:TSBufEnableAll* *:TSEnableAll*
:TSBufEnableAll {module} [{language}]~ :TSEnableAll {module} [{language}]~
Enable {module} for the session Enable {module} for the session.
if {language} is specified, enable module for the session only for this If {language} is specified, enable module for the session only for this
particular language. particular language.
A list of modules can be found at |:TSModuleInfo| A list of modules can be found at |:TSModuleInfo|
A list of languages can be found at |:TSInstallInfo| A list of languages can be found at |:TSInstallInfo|
*:TSBufDisableAll* *:TSDisableAll*
:TSBufDisableAll {module} [{language}]~ :TSDisableAll {module} [{language}]~
Disable {module} for the session Disable {module} for the session.
if {language} is specified, disable module for the session only for this If {language} is specified, disable module for the session only for this
particular language. particular language.
A list of modules can be found at |:TSModuleInfo| A list of modules can be found at |:TSModuleInfo|
A list of languages can be found at |:TSInstallInfo| A list of languages can be found at |:TSInstallInfo|