From b1605586b4635d60d5ccf4283a7268db5d1b99fe Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 3 Aug 2020 18:59:42 -0400 Subject: Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 1ac5e783..661f281e 100644 --- a/init.lua +++ b/init.lua @@ -297,7 +297,7 @@ view.call_tip_use_style = buffer.tab_width * -- Folding. lexer.folding = true --lexer.fold_by_indentation = true ---lexer.fold_line_comments = true +--lexer.fold_line_groups = true --lexer.fold_on_zero_sum_lines = true --lexer.fold_compact = true view.automatic_fold = view.AUTOMATICFOLD_SHOW | view.AUTOMATICFOLD_CLICK | -- cgit v1.2.3