diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api.md | 12 |
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) |