diff options
author | 2020-08-04 17:16:09 -0400 | |
---|---|---|
committer | 2020-08-04 17:16:09 -0400 | |
commit | a09459af7789d3c8aa781586478917cbb3ef99ae (patch) | |
tree | 88bc34d0e251067156b9239d6e77322b95ec557d /modules/textadept/find.lua | |
parent | 92a1870592a442a4a913c30b10e2cf722f25afa7 (diff) | |
download | textadept-a09459af7789d3c8aa781586478917cbb3ef99ae.tar.gz textadept-a09459af7789d3c8aa781586478917cbb3ef99ae.zip |
Updated LuaDoc.
Diffstat (limited to 'modules/textadept/find.lua')
-rw-r--r-- | modules/textadept/find.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 330bd4c9..7a885825 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -95,6 +95,8 @@ local preferred_view --- -- Map of directory paths to filters used in `ui.find.find_in_files()`. +-- This table is updated when the user manually specifies a filter in the +-- "Filter" entry during an "In files" search. -- @class table -- @name find_in_files_filters -- @see find_in_files |