From 70a4fe3fc0163fc90dcd55de962ad99bac237790 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 15 Feb 2022 22:04:46 -0500 Subject: Updated to Scintilla 5.2.0. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 41830c2c..92ed6c35 100644 --- a/init.lua +++ b/init.lua @@ -282,6 +282,7 @@ view.wrap_mode = view.WRAP_NONE -- view.wrap_visual_flags_location = view.WRAPVISUALFLAGLOC_END_BY_TEXT -- view.wrap_indent_mode = view.WRAPINDENT_SAME -- view.wrap_start_indent = +view.layout_threads = 1000 -- will be reduced to system specs -- Long Lines. -- view.edge_mode = not CURSES and view.EDGE_LINE or view.EDGE_BACKGROUND -- cgit v1.2.3