aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-10-17 16:02:51 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-10-17 16:02:51 -0400
commitc511448b28a5b5c1e60ab87518f65245d169ae5b (patch)
tree6c0d4b904e22863ad2fe8dd3c55ff5d96cab835f /docs
parent66bfb5b77b53ebfaea6c93be2be7504427098ee6 (diff)
Added `textadept.run.set_arguments()`.
This replaces custom code in *modules/textadept/menu.lua*.
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual.md b/docs/manual.md
index 420bf653..e41dfb19 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1914,6 +1914,8 @@ find\_incremental() |Replaced|[incremental][]<sup>c</sup>
find\_incremental\_keys |Removed |
N/A |Added |[highlight_all_matches][]
**textadept.history** |Added |[textadept.history][]
+**textadept.run** | |
+N/A |Added |[set_arguments][]
**textadept.snippets** | |
\_insert() |Renamed |[insert()][]
\_previous() |Renamed |[previous()][]
@@ -1967,6 +1969,7 @@ section below.
[incremental]: api.html#ui.find.incremental
[highlight_all_matches]: api.html#ui.find.highlight_all_matches
[textadept.history]: api.html#textadept.history
+[set_arguments]: api.html#textadept.run.set_arguments
[insert()]: api.html#textadept.snippets.insert
[previous()]: api.html#textadept.snippets.previous
[cancel_current()]: api.html#textadept.snippets.cancel_current