Reduce number of used lines in detectindent

This commit is contained in:
Francesco Abbate 2021-05-27 16:17:45 +02:00
parent 0a55b246b5
commit ee25e3c5f4
1 changed files with 1 additions and 1 deletions

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 = {}