diff options
author | 2014-08-18 14:42:43 -0400 | |
---|---|---|
committer | 2014-08-18 14:42:43 -0400 | |
commit | 7da1531db036cc283d84954757d69d56ff012154 (patch) | |
tree | 95d968388105d6d8371f53ecc48c686df834a135 /properties.lua | |
parent | be822b8a875b97d0cac63a1d06bd123b00ba1c13 (diff) | |
download | textadept-7da1531db036cc283d84954757d69d56ff012154.tar.gz textadept-7da1531db036cc283d84954757d69d56ff012154.zip |
Updated to Scintilla 3.5.0.
Diffstat (limited to 'properties.lua')
-rw-r--r-- | properties.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/properties.lua b/properties.lua index 0c4b486f..87b682ac 100644 --- a/properties.lua +++ b/properties.lua @@ -63,7 +63,7 @@ buffer.annotation_visible = buffer.ANNOTATION_BOXED -- Other. buffer.buffered_draw = not CURSES and not OSX -- Quartz buffers drawing on OSX ---buffer.two_phase_draw = false +--buffer.phases_draw = --buffer.word_chars = --buffer.whitespace_chars = --buffer.punctuation_chars = |