aboutsummaryrefslogtreecommitdiff
path: root/doc/modules
diff options
context:
space:
mode:
authorAkianonymus <anonymus.aki@gmail.com>2022-09-09 13:49:10 +0530
committerAkianonymus <anonymus.aki@gmail.com>2022-09-09 14:00:18 +0530
commit007f0efbca55b235e84e74b50e805ef87a5310c3 (patch)
treeec7ee5cd0a1b6d3878ebecee76c09a09a9dcf2d8 /doc/modules
parentFix reload on au ColorScheme | Check if buffer is valid before attaching (diff)
Make sure to use existing options when attaching buffer
Diffstat (limited to 'doc/modules')
-rw-r--r--doc/modules/colorizer.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/modules/colorizer.html b/doc/modules/colorizer.html
index 3b04ab9..311bd60 100644
--- a/doc/modules/colorizer.html
+++ b/doc/modules/colorizer.html
@@ -262,7 +262,7 @@ USE WITH LUA
integer: A value of 0 implies the current buffer.
</li>
<li><span class="parameter">options</span>
- table: Configuration options as described in <a href="../modules/colorizer.html#setup">setup</a>
+ table|nil: Configuration options as described in <a href="../modules/colorizer.html#setup">setup</a>
</li>
<li><span class="parameter">typ</span>
string|nil: "buf" or "file" - The type of buffer option
@@ -335,6 +335,11 @@ Setup an autocmd which enables colorizing for the filetypes and options specifie
</li>
</ul>
+ <h3>Returns:</h3>
+ <ol>
+
+ table|nil
+ </ol>