diff options
author | 2016-09-15 13:53:41 -0400 | |
---|---|---|
committer | 2016-09-15 13:53:41 -0400 | |
commit | 2330da44de1d1d7c712b3f29513174e905a1e798 (patch) | |
tree | 6588847ab160139a3e436b99b00f91b942fb7938 /properties.lua | |
parent | 9019d968f03cfd724f91961beab81c3c04567c19 (diff) | |
download | textadept-2330da44de1d1d7c712b3f29513174e905a1e798.tar.gz textadept-2330da44de1d1d7c712b3f29513174e905a1e798.zip |
Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1.
Diffstat (limited to 'properties.lua')
-rw-r--r-- | properties.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/properties.lua b/properties.lua index 0e568005..c33e70fc 100644 --- a/properties.lua +++ b/properties.lua @@ -70,7 +70,6 @@ end buffer.annotation_visible = buffer.ANNOTATION_BOXED -- Other. -buffer.buffered_draw = not CURSES and not OSX -- Quartz buffers drawing on OSX --buffer.word_chars = --buffer.whitespace_chars = --buffer.punctuation_chars = |