aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-30 14:56:49 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-30 14:56:49 -0400
commit854e83b9fed9c5382202c49d395eadf1502bb0e6 (patch)
tree8a3aa85343d30aee8af532950588a1588dedd8b6 /docs
parent0ef0b92ce0a683a7a2e5b0657090065174d5013e (diff)
Updated Lua autocompletion and documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/api.md b/docs/api.md
index dcb898f7..196e35f5 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -1203,12 +1203,6 @@ Whether or not the buffer has unsaved changes.
Whether or not regular caret movement alters the selected text.
[`buffer.selection_mode`](#buffer.selection_mode) dictates this property.
-<a id="buffer.multi_edge_column"></a>
-#### `buffer.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.
-
<a id="buffer.multi_paste"></a>
#### `buffer.multi_paste` (number)
@@ -10454,6 +10448,12 @@ Whether or not pressing [`view.rectangular_selection_modifier`](#view.rectangula
selecting text normally with the mouse turns on rectangular selection.
The default value is `false`.
+<a id="view.multi_edge_column"></a>
+#### `view.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.
+
<a id="view.property"></a>
#### `view.property` (table)