diff options
Diffstat (limited to 'properties.lua')
-rw-r--r-- | properties.lua | 1 |
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 |