From 54ce4ac81d315f75a520094b607a4163ee9b58b4 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 16 Apr 2020 23:48:49 -0400 Subject: Updated LuaDoc. --- core/file_io.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/file_io.lua') diff --git a/core/file_io.lua b/core/file_io.lua index c1996950..7a7d841b 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -397,9 +397,9 @@ io.quick_open_filters = {} -- @param paths Optional string directory path or table of directory paths to -- search. The default value is the current project's root directory, if -- available. --- @param filter Optional filter for files and directories to exclude. The --- default value is `lfs.default_filter` unless *paths* is a string and a --- filter for it is defined in `io.quick_open_filters`. +-- @param filter Optional filter for files and directories to include and/or +-- exclude. The default value is `lfs.default_filter` unless *paths* is a +-- string and a filter for it is defined in `io.quick_open_filters`. -- @param opts Optional table of additional options for -- `ui.dialogs.filteredlist()`. -- @usage io.quick_open(buffer.filename:match('^.+/')) -- list all files in the -- cgit v1.2.3