From a743f91d07ea66cba13985e7ec2f690a1bec03f0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 31 Oct 2011 23:13:33 -0400 Subject: Updated to Scintilla 3.0.0. --- scripts/gen_iface.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 -- cgit v1.2.3