aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2023-09-18 14:50:27 +0800
committerglepnir <glephunter@gmail.com>2023-09-26 19:41:23 +0800
commitf8ea49cfe1f4f3ed30da160d346553f0949ec1de (patch)
treef6ce262e040b6bdd5f47ae9e3a470933f546f324 /runtime/doc
parent71530cc972576e6656431b6d000aec9b69a0997e (diff)
downloadrneovim-f8ea49cfe1f4f3ed30da160d346553f0949ec1de.tar.gz
rneovim-f8ea49cfe1f4f3ed30da160d346553f0949ec1de.tar.bz2
rneovim-f8ea49cfe1f4f3ed30da160d346553f0949ec1de.zip
fix(highlight): add force in nvim_set_hl
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index ffd90ec3d7..d30bb4851c 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -1458,6 +1458,8 @@ nvim_set_hl({ns_id}, {name}, {*val}) *nvim_set_hl()*
• cterm: cterm attribute map, like |highlight-args|. If not
set, cterm attributes will match those from the attribute
map documented above.
+ • force: if true force update the highlight group when it
+ exists.
nvim_set_hl_ns({ns_id}) *nvim_set_hl_ns()*
Set active namespace for highlights defined with |nvim_set_hl()|. This can