aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/colorizer.txt5
-rw-r--r--doc/modules/colorizer.html7
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/colorizer.txt b/doc/colorizer.txt
index 05fc8da..3661d8f 100644
--- a/doc/colorizer.txt
+++ b/doc/colorizer.txt
@@ -130,7 +130,7 @@ attach_to_buffer({buf}, {options}, {typ}) *colorizer.attach_to_buffer*
Parameters: ~
{buf} - integer: A value of 0 implies the current buffer.
- {options} - table: Configuration options as described in `setup`
+ {options} - table|nil: Configuration options as described in `setup`
{typ} - string|nil: "buf" or "file" - The type of buffer option
@@ -174,6 +174,9 @@ get_buffer_options({buf}) *colorizer.get_buffer_options*
Parameters: ~
{buf} - number|nil: Buffer number
+ returns:~
+ table or nil
+
reload_all_buffers() *colorizer.reload_all_buffers*
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>