diff options
Diffstat (limited to 'scripts')
-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 |