diff options
author | 2016-06-15 08:49:58 -0400 | |
---|---|---|
committer | 2016-06-15 08:49:58 -0400 | |
commit | c39152342e7fe9bbb2cb15906428b18c310a1941 (patch) | |
tree | c06f983987785669b469b7f641376a8dc25be814 /doc/manual.md | |
parent | f703dfca25b1235455a484313ac1005df8eb571b (diff) | |
download | textadept-c39152342e7fe9bbb2cb15906428b18c310a1941.tar.gz textadept-c39152342e7fe9bbb2cb15906428b18c310a1941.zip |
Removed `exclude_FILTER` parameter from `io.quick_open()`.
It was unnecessarily complicating things. Just construct the proper filter.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 2 |
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][] |