aboutsummaryrefslogtreecommitdiff
path: root/doc/colorizer-lua.txt
diff options
context:
space:
mode:
authorJames Reed <jcrd@tuta.io>2019-11-06 11:28:25 -0700
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-07 20:16:37 -0800
commit6da5d9ba2375c9979ec2f406e0ef8872e31dbc04 (patch)
treefb9186196c710afe8fa37dadc827a248ec17af90 /doc/colorizer-lua.txt
parentAdd function to check if attached to a buffer (diff)
Implement ColorizerToggle command
Closes #27.
Diffstat (limited to 'doc/colorizer-lua.txt')
-rw-r--r--doc/colorizer-lua.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/colorizer-lua.txt b/doc/colorizer-lua.txt
index 39a97a2..bcad522 100644
--- a/doc/colorizer-lua.txt
+++ b/doc/colorizer-lua.txt
@@ -41,6 +41,10 @@ Reload all buffers that are being highlighted with new settings from the setup
settings (or the defaults). Shortcut for ColorizerAttachToBuffer on every
buffer.
+:ColorizerToggle :ColorizerToggle
+
+Toggle highlighting of the current buffer.
+
==============================================================================
LUA API DEFINITION *colorizer-lua-api*