diff options
author | 2014-12-09 13:30:54 -0500 | |
---|---|---|
committer | 2014-12-09 13:30:54 -0500 | |
commit | 1436d7b77f2e51485627d45eb015261eb8953a1b (patch) | |
tree | 77776d087b40ae79f3d11f98984c3657b3ddea9b /core/.buffer.luadoc | |
parent | 3dae6913eb76a89af4ba35ea0b4b50a1f9b4f8b5 (diff) | |
download | textadept-1436d7b77f2e51485627d45eb015261eb8953a1b.tar.gz textadept-1436d7b77f2e51485627d45eb015261eb8953a1b.zip |
Updated to Scintilla 3.5.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 a1424c32..37fde7d3 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -60,6 +60,8 @@ -- * `buffer.ANNOTATION_BOXED` -- Indent annotations to match the annotated text and outline them with a -- box. +-- * `buffer.ANNOTATION_INDENTED` +-- Indent non-decorated annotations to match the annotated text. -- -- The default value is `buffer.ANNOTATION_HIDDEN`. -- @field auto_c_auto_hide (bool) |