diff options
author | 2015-11-07 09:29:43 -0500 | |
---|---|---|
committer | 2015-11-07 09:29:43 -0500 | |
commit | 1cbe00289cb121abe74be5a3fa8678ee4d7caf11 (patch) | |
tree | 8af626afce9320279e041d03990604a631a7ec77 /core/.buffer.luadoc | |
parent | 8b50e1070f3440329e625d7563e6de5a64b97c19 (diff) | |
download | textadept-1cbe00289cb121abe74be5a3fa8678ee4d7caf11.tar.gz textadept-1cbe00289cb121abe74be5a3fa8678ee4d7caf11.zip |
Updated to Scintilla and Scintillua 3.6.2.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 351a070a..9ee95446 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -812,6 +812,8 @@ -- Display all space characters as dots and tab characters as arrows. -- * `buffer.WS_VISIBLEAFTERINDENT` -- Display only non-indentation spaces and tabs as dots and arrows. +-- * `buffer.WS_VISIBLEONLYININDENT` +-- Display only indentation spaces and tabs as dots and arrows. -- -- The default value is `buffer.WS_INVISIBLE`. -- @field virtual_space_options (number) |