From b7362eee6553b3cc47e2ef3d00054c40863a1656 Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 30 Nov 2021 15:53:35 -0500 Subject: Updated Lua autocompletion and documentation. --- docs/api.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/api.md b/docs/api.md index 62f8999d..8f386f95 100644 --- a/docs/api.md +++ b/docs/api.md @@ -6273,7 +6273,7 @@ See also: * [`buffer.use_tabs`](#buffer.use_tabs) -#### `textadept.editing.enclose`(*left, right*) +#### `textadept.editing.enclose`(*left, right, select*) Encloses the selected text or the current word within strings *left* and *right*, taking multiple selections into account. @@ -6282,6 +6282,8 @@ Parameters: * *`left`*: The left part of the enclosure. * *`right`*: The right part of the enclosure. +* *`select`*: Optional flag that indicates whether or not to keep enclosed text selected. The + default value is `false`. #### `textadept.editing.filter_through`(*command*) -- cgit v1.2.3