aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 49e4309b..a028beb9 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -1437,8 +1437,9 @@ function brace_highlight_indicator(buffer, use_indicator, indicator) end
-- '>' and must have the same style.
-- @param buffer A buffer.
-- @param pos The position of the brace in *buffer* to match.
+-- @param max_re_style Must be `0`. Reserved for expansion.
-- @return number
-function brace_match(buffer, pos) end
+function brace_match(buffer, pos, max_re_style) end
---
-- Returns whether or not a call tip is visible.