Reduce number of used lines in detectindent
This commit is contained in:
parent
0a55b246b5
commit
ee25e3c5f4
|
@ -76,7 +76,7 @@ local function get_non_empty_lines(syntax, lines)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
local auto_detect_max_lines = 200
|
local auto_detect_max_lines = 100
|
||||||
|
|
||||||
local function detect_indent_stat(doc)
|
local function detect_indent_stat(doc)
|
||||||
local stat = {}
|
local stat = {}
|
||||||
|
|
Loading…
Reference in New Issue