aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorechasnovski <evgeni.chasnovski@gmail.com>2021-01-31 13:10:52 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-02-01 19:37:39 +0100
commitd3901e583389ef0c356203f056bad37ec81a888c (patch)
tree2cee05d0c54ce615d75b62d46b10d13cc0acaf68 /doc
parentImplement `TSToggleAll`. (diff)
downloadnvim-treesitter-d3901e583389ef0c356203f056bad37ec81a888c.tar
nvim-treesitter-d3901e583389ef0c356203f056bad37ec81a888c.tar.gz
nvim-treesitter-d3901e583389ef0c356203f056bad37ec81a888c.tar.bz2
nvim-treesitter-d3901e583389ef0c356203f056bad37ec81a888c.tar.lz
nvim-treesitter-d3901e583389ef0c356203f056bad37ec81a888c.tar.xz
nvim-treesitter-d3901e583389ef0c356203f056bad37ec81a888c.tar.zst
nvim-treesitter-d3901e583389ef0c356203f056bad37ec81a888c.zip
Update documentation for `Enable/Disable` commands.
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index 0ee9da127..0f3c879af 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -228,7 +228,7 @@ A list of modules can be found at |:TSModuleInfo|
*:TSBufDisable*
:TSBufDisable {module}~
-Disable {module} on the current buffer
+Disable {module} on the current buffer.
A list of modules can be found at |:TSModuleInfo|
*:TSBufToggle*
@@ -238,20 +238,20 @@ Toggle (enable if disabled, disable if enabled) {module} on the current
buffer.
A list of modules can be found at |:TSModuleInfo|
- *:TSBufEnableAll*
-:TSBufEnableAll {module} [{language}]~
+ *:TSEnableAll*
+:TSEnableAll {module} [{language}]~
-Enable {module} for the session
-if {language} is specified, enable module for the session only for this
+Enable {module} for the session.
+If {language} is specified, enable module for the session only for this
particular language.
A list of modules can be found at |:TSModuleInfo|
A list of languages can be found at |:TSInstallInfo|
- *:TSBufDisableAll*
-:TSBufDisableAll {module} [{language}]~
+ *:TSDisableAll*
+:TSDisableAll {module} [{language}]~
-Disable {module} for the session
-if {language} is specified, disable module for the session only for this
+Disable {module} for the session.
+If {language} is specified, disable module for the session only for this
particular language.
A list of modules can be found at |:TSModuleInfo|
A list of languages can be found at |:TSInstallInfo|