aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/snapopen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/snapopen.lua')
-rw-r--r--modules/textadept/snapopen.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/snapopen.lua b/modules/textadept/snapopen.lua
index dd379d48..fa14941c 100644
--- a/modules/textadept/snapopen.lua
+++ b/modules/textadept/snapopen.lua
@@ -25,7 +25,7 @@ local M = {}
-- extensions = { 'html' }
-- }, true)
-- @field DEFAULT_DEPTH (number)
--- Maximum directory depth to search. The default value is `4`.
+-- Maximum directory depth to search. The default value is `99`.
-- @field MAX (number)
-- Maximum number of files to list. The default value is `1000`.
module('_M.textadept.snapopen')]]
@@ -46,7 +46,7 @@ M.FILTER = {
},
folders = { '%.bzr$', '%.git$', '%.hg$', '%.svn$', 'CVS$' }
}
-M.DEFAULT_DEPTH = 4
+M.DEFAULT_DEPTH = 99
M.MAX = 1000
local lfs_dir, lfs_attributes = lfs.dir, lfs.attributes