aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2022-08-11 17:26:17 +0100
committerGitHub <noreply@github.com>2022-08-11 17:26:17 +0100
commita27756cc2463139343aa3c214ad20908d42f67a6 (patch)
tree8e5c1e8b53a41b5456bf15bf2f5e494cb16897c4 /runtime
parent996fc2256bafabeb8f5806d70d531311a34d29f9 (diff)
downloadrneovim-a27756cc2463139343aa3c214ad20908d42f67a6.tar.gz
rneovim-a27756cc2463139343aa3c214ad20908d42f67a6.tar.bz2
rneovim-a27756cc2463139343aa3c214ad20908d42f67a6.zip
fix(signs): priority of extmark signs (#19718)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/api.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index c76a8271e0..12edaa1f08 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -2610,8 +2610,9 @@ nvim_buf_set_extmark({buffer}, {ns_id}, {line}, {col}, {*opts})
the extmark end position (if it exists) will be shifted in
when new text is inserted (true for right, false for
left). Defaults to false.
- • priority: a priority value for the highlight group. For
- example treesitter highlighting uses a value of 100.
+ • priority: a priority value for the highlight group or sign
+ attribute. For example treesitter highlighting uses a
+ value of 100.
• strict: boolean that indicates extmark should not be
placed if the line or column value is past the end of the
buffer or end of the line respectively. Defaults to true.