aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/file_io.lua b/core/file_io.lua
index 80c36889..72c86e3d 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -404,10 +404,10 @@ io.quick_open_filters = {}
-- `ui.dialogs.filteredlist()`.
-- @usage io.quick_open(buffer.filename:match('^.+/')) -- list all files in the
-- current file's directory, subject to the default filter
--- @usage io.quick_open(io.get_current_project(), '%.lua$') -- list all Lua
--- files in the current project
--- @usage io.quick_open(io.get_current_project(), '![/\\]build') -- list all
--- files in the current project except those in the build directory
+-- @usage io.quick_open(io.get_current_project(), '.lua') -- list all Lua files
+-- in the current project
+-- @usage io.quick_open(io.get_current_project(), '!/build') -- list all files
+-- in the current project except those in the build directory
-- @see io.quick_open_filters
-- @see lfs.default_filter
-- @see quick_open_max