aboutsummaryrefslogtreecommitdiff
path: root/core/iface.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/iface.lua')
-rw-r--r--core/iface.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/iface.lua b/core/iface.lua
index 9d043159..e31d7954 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -41,6 +41,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