From ee25e3c5f4178bca563cc5bd6718ea3fd53870e1 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Thu, 27 May 2021 16:17:45 +0200 Subject: [PATCH] Reduce number of used lines in detectindent --- data/plugins/detectindent.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/plugins/detectindent.lua b/data/plugins/detectindent.lua index 814eaaa1..9e7ed93c 100644 --- a/data/plugins/detectindent.lua +++ b/data/plugins/detectindent.lua @@ -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 = {}