diff options
Diffstat (limited to 'core')
-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 8db47fd4..aab6feb1 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -959,6 +959,8 @@ -- Indent wrapped lines the same as the first line. -- * `_SCINTILLA.constants.SC_WRAP_INDENT_INDENT` (2) -- Indent wrapped lines one more level than the first line. +-- +-- The default value is `0`. -- @field wrap_mode (number) -- Long line wrap mode. -- |