aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:49:58 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:49:58 -0400
commitc39152342e7fe9bbb2cb15906428b18c310a1941 (patch)
treec06f983987785669b469b7f641376a8dc25be814 /doc
parentf703dfca25b1235455a484313ac1005df8eb571b (diff)
Removed `exclude_FILTER` parameter from `io.quick_open()`.
It was unnecessarily complicating things. Just construct the proper filter.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md
index d10e9ac0..7d41a07f 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -1854,7 +1854,7 @@ terminal's constraints:
Old API |Change |New API
----------------------------------|:------:|-------
**textadept.editing** | |
-snapopen |Renamed |[quick\_open()][]
+snapopen(...) |Changed |[quick\_open(paths, filter, opts)][]
SNAPOPEN\_MAX |Renamed |[quick\_open\_max][]
snapopen\_filters |Renamed |[quick\_open\_filters][]