aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-10-08 20:48:00 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-10-08 20:48:00 -0400
commit3426fedb2a440c60e8bee06dfa0464d8aa3e2c36 (patch)
treea021fbee7543729e95252135d2aa05c824206e73 /docs
parentc7da1390699fd2bb35a41bd289d4937e6bd0e2bd (diff)
Small LuaDoc update.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api.md b/docs/api.md
index 9fe7c066..941c0b11 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -4471,8 +4471,8 @@ Parameters:
Usage:
-* `io.quick_open(buffer.filename:match('^.+/')) -- list all files in the
- current file's directory, subject to the default filter`
+* `io.quick_open(buffer.filename:match('^(.+)[/\\]')) -- list all files
+ in the current file's directory, subject to the default filter`
* `io.quick_open(io.get_current_project(), '.lua') -- list all Lua files
in the current project`
* `io.quick_open(io.get_current_project(), '!/build') -- list all files
@@ -6884,7 +6884,7 @@ This module listens for text edit events and buffer switch events. Each time
an insertion or deletion occurs, its location is recorded in the current
view's location history. If the edit is close enough to the previous record,
the previous record is amended. Each time a buffer switch occurs, the before
-and after locations are recorded.
+and after locations are also recorded.
### Fields defined by `textadept.history`