diff options
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r-- | core/.view.luadoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index 1b014a21..2cb742e2 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -432,6 +432,9 @@ -- Whether or not pressing [`view.rectangular_selection_modifier`]() when -- selecting text normally with the mouse turns on rectangular selection. -- The default value is `false`. +-- @field multi_edge_column (table, Read-only) +-- Table of edge column positions per edge column number. +-- A position of `-1` means no edge column was found. -- @field property (table) -- Map of key-value string pairs used by lexers. -- @field property_expanded (table, Read-only) |