From 3426fedb2a440c60e8bee06dfa0464d8aa3e2c36 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Thu, 8 Oct 2020 20:48:00 -0400 Subject: Small LuaDoc update. --- docs/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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` -- cgit v1.2.3