diff options
author | 2013-11-07 22:59:13 -0500 | |
---|---|---|
committer | 2013-11-07 22:59:13 -0500 | |
commit | 4c01bce7d482d1f509f89e5b8304564007947a24 (patch) | |
tree | 32a50a90c0a43ac64c6c3db4aedc84ff29de9cd5 /core/.buffer.luadoc | |
parent | 82477092f0c729e06f40826a546ed56781fd805c (diff) | |
download | textadept-4c01bce7d482d1f509f89e5b8304564007947a24.tar.gz textadept-4c01bce7d482d1f509f89e5b8304564007947a24.zip |
Added support for tabs.
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 b1265c2e..087fd8a3 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -773,6 +773,8 @@ -- @field tab_indents (bool) -- Tabbing indents within indentation. -- The default value is `false`. +-- @field tab_label (string) +-- The buffer's tab label in the tab bar. -- @field tab_width (number) -- The number of space characters represented by a tab character. -- The default value is `8`. |