From 854e83b9fed9c5382202c49d395eadf1502bb0e6 Mon Sep 17 00:00:00 2001
From: mitchell <70453897+orbitalquark@users.noreply.github.com>
Date: Wed, 30 Sep 2020 14:56:49 -0400
Subject: Updated Lua autocompletion and documentation.
---
docs/api.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'docs/api.md')
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.
-
-#### `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.
-
#### `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`.
+
+#### `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.
+
#### `view.property` (table)
--
cgit v1.2.3