Reduce number of used lines in detectindent

This commit is contained in:
Francesco Abbate
2021-05-27 16:25:49 +02:00
parent 0a55b246b5
commit ee25e3c5f4
+1 -1
View File
@@ -76,7 +76,7 @@ local function get_non_empty_lines(syntax, lines)
end
local auto_detect_max_lines = 200
local auto_detect_max_lines = 100
local function detect_indent_stat(doc)
local stat = {}