aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
diff options
context:
space:
mode:
authorMathias Fussenegger <f.mathias@zignar.net>2021-02-24 23:44:52 +0100
committerMathias Fussenegger <f.mathias@zignar.net>2021-02-24 23:44:52 +0100
commitb5292a047d0213044e3110c68d6daf64711aab55 (patch)
treeeecd8b65f939e807fa4d70360cd2f2875c819404 /runtime/doc/api.txt
parent7d82aaa6f5a6403f3c4e330dcaba9bb36ecbef28 (diff)
downloadrneovim-b5292a047d0213044e3110c68d6daf64711aab55.tar.gz
rneovim-b5292a047d0213044e3110c68d6daf64711aab55.tar.bz2
rneovim-b5292a047d0213044e3110c68d6daf64711aab55.zip
Update lsp and api docs with gen_vimdoc changes
Applies the changes generated with ./scripts/gen_vimdoc.py to add missing documentation.
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r--runtime/doc/api.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 8ae5f415d4..fdc41af1d5 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -2195,6 +2195,13 @@ nvim_buf_set_extmark({buffer}, {ns_id}, {line}, {col}, {opts})
• hl_group : name of the highlight group used to
highlight this mark.
• virt_text : virtual text to link to this mark.
+ • virt_text_pos : positioning of virtual text.
+ Possible values:
+ • "eol": right after eol character (default)
+ • "overlay": display over the specified
+ column, without shifting the underlying
+ text.
+
• ephemeral : for use with
|nvim_set_decoration_provider| callbacks. The
mark will only be used for the current redraw