From c511448b28a5b5c1e60ab87518f65245d169ae5b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sat, 17 Oct 2020 16:02:51 -0400 Subject: Added `textadept.run.set_arguments()`. This replaces custom code in *modules/textadept/menu.lua*. --- docs/manual.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/manual.md') 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][]c 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 -- cgit v1.2.3