From 7d3e62087fbbad2dc10d59359f19a42180a19391 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Thu, 8 Sep 2022 13:37:41 +0530 Subject: docs: Use name in Last Updated | Cleanup | Improve insert mode perf Fix highlight not refreshing for last line when tailwind mode is activated --- doc/modules/colorizer.buffer_utils.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'doc/modules/colorizer.buffer_utils.html') diff --git a/doc/modules/colorizer.buffer_utils.html b/doc/modules/colorizer.buffer_utils.html index a25f6ef..315794d 100644 --- a/doc/modules/colorizer.buffer_utils.html +++ b/doc/modules/colorizer.buffer_utils.html @@ -62,11 +62,11 @@

Functions

- + - +
highlight_buffer (buf, ns, lines, line_start, options, options_local)highlight_buffer (buf, ns, lines, line_start, line_end, options, options_local) Highlight the buffer region.
rehighlight_buffer (buf, options, options_local)rehighlight_buffer (buf, options, options_local, use_local_lines) Rehighlight the buffer if colorizer is active
@@ -94,7 +94,7 @@
- highlight_buffer (buf, ns, lines, line_start, options, options_local) + highlight_buffer (buf, ns, lines, line_start, line_end, options, options_local)
Highlight the buffer region. @@ -116,6 +116,9 @@
  • line_start number: line_start should be 0-indexed
  • +
  • line_end + number: Last line to highlight +
  • options table: Configuration options as described in setup
  • @@ -136,7 +139,7 @@
    - rehighlight_buffer (buf, options, options_local) + rehighlight_buffer (buf, options, options_local, use_local_lines)
    Rehighlight the buffer if colorizer is active @@ -153,6 +156,9 @@
  • options_local table|nil: Buffer local variables
  • +
  • use_local_lines + boolean|nil Whether to use lines num range from options_local +
  • Returns:

    @@ -231,7 +237,7 @@
    generated by LDoc 1.4.6 -Last updated 2022-09-07 11:26:36 +Last updated - September
    -- cgit v1.2.3-70-g09d2