aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_iface.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-10-31 23:13:33 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-10-31 23:13:33 -0400
commita743f91d07ea66cba13985e7ec2f690a1bec03f0 (patch)
tree88953f32c21be4290211dbec0896dae0101bea97 /scripts/gen_iface.lua
parent1e33a4f3673ede2cfc0bea244f02fe2267905a65 (diff)
downloadtextadept-a743f91d07ea66cba13985e7ec2f690a1bec03f0.tar.gz
textadept-a743f91d07ea66cba13985e7ec2f690a1bec03f0.zip
Updated to Scintilla 3.0.0.
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-xscripts/gen_iface.lua1
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