From d08d115b1d1ebb4a154e441ff16b619bad4a87b0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 31 Aug 2019 10:22:16 -0400 Subject: Updated LuaDoc. --- core/.buffer.luadoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index d5cfd084..503cb1c7 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -203,6 +203,10 @@ -- * `buffer.CARETSTYLE_BLOCK_ALWAYS` -- A block caret in both insert and overtype mode. -- +-- Any block setting may be combined with `buffer.CARETSTYLE_BLOCK_AFTER` via +-- bitwise OR (`|`) in order to draw the caret after the end of a selection, +-- as opposed to just inside it. +-- -- The default value is `buffer.CARETSTYLE_LINE`. -- @field caret_width (number) -- The line caret's pixel width in insert mode, either `0`, `1`, `2`, or `3`. -- cgit v1.2.3