aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r--runtime/doc/api.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index b120c09468..89f218c5be 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -672,8 +672,7 @@ nvim_eval_statusline({str}, {opts}) *nvim_eval_statusline()*
true. Each element of the array is a |Dict| with these keys:
• start: (number) Byte index (0-based) of first character that uses
the highlight.
- • group: (string) Name of highlight group. May be removed in the
- future, use `groups` instead.
+ • group: (string) Deprecated. Use `groups` instead.
• groups: (array) Names of stacked highlight groups (highest
priority last).