aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-19 21:26:58 -0400
committermitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-19 21:26:58 -0400
commit7672a0928efd14872940bb48ad9860a18c470901 (patch)
treeef5e665dcf866d86610bb4a7233dfb26bfdcfad1 /core/.buffer.luadoc
parent4ccfc8529a61596c0e13b7a5d4bc6803a17bc467 (diff)
downloadtextadept-7672a0928efd14872940bb48ad9860a18c470901.tar.gz
textadept-7672a0928efd14872940bb48ad9860a18c470901.zip
Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 9ad6ee0d..2c07a9cf 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -196,6 +196,9 @@
-- @field move_extends_selection (bool, Read-only)
-- Whether or not regular caret movement alters the selected text.
-- [`buffer.selection_mode`]() dictates this property.
+-- @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 multi_paste (number)
-- The multiple selection paste mode.
--