diff options
author | 2011-10-31 23:13:33 -0400 | |
---|---|---|
committer | 2011-10-31 23:13:33 -0400 | |
commit | a743f91d07ea66cba13985e7ec2f690a1bec03f0 (patch) | |
tree | 88953f32c21be4290211dbec0896dae0101bea97 /scripts/gen_iface.lua | |
parent | 1e33a4f3673ede2cfc0bea244f02fe2267905a65 (diff) | |
download | textadept-a743f91d07ea66cba13985e7ec2f690a1bec03f0.tar.gz textadept-a743f91d07ea66cba13985e7ec2f690a1bec03f0.zip |
Updated to Scintilla 3.0.0.
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-x | scripts/gen_iface.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index 311f3a92..c520445c 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -160,6 +160,7 @@ end -- Use this function for custom indicators in order to prevent clashes with -- identifiers of other custom indicators. -- @usage local indic_num = _SCINTILLA.next_indic_number() +-- @see buffer.indic_style function next_indic_number() indic_number = indic_number + 1 return indic_number |