aboutsummaryrefslogtreecommitdiff
path: root/properties.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-12-05 20:50:27 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2016-12-05 20:50:27 -0500
commit41cc293da9dd1135926aa3d4f84235c32a38333d (patch)
tree2bdbe4ff5d0d6aaea3a13e0a57371fddd7d12840 /properties.lua
parent1e32d7a2f43a04f359f5b0032874b0ca57ace37f (diff)
downloadtextadept-41cc293da9dd1135926aa3d4f84235c32a38333d.tar.gz
textadept-41cc293da9dd1135926aa3d4f84235c32a38333d.zip
Updated to Scintilla 3.7.1.
Diffstat (limited to 'properties.lua')
-rw-r--r--properties.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/properties.lua b/properties.lua
index 9f27883b..ad0172f8 100644
--- a/properties.lua
+++ b/properties.lua
@@ -165,6 +165,7 @@ buffer.property['fold'] = '1'
buffer.automatic_fold = buffer.AUTOMATICFOLD_SHOW + buffer.AUTOMATICFOLD_CLICK +
buffer.AUTOMATICFOLD_CHANGE
buffer.fold_flags = not CURSES and buffer.FOLDFLAG_LINEAFTER_CONTRACTED or 0
+buffer.fold_display_text_style = buffer.FOLDDISPLAYTEXT_BOXED
-- Line Wrapping.
buffer.wrap_mode = buffer.WRAP_NONE