aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/api.lua
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/lua/vim/_meta/api.lua
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/lua/vim/_meta/api.lua')
-rw-r--r--runtime/lua/vim/_meta/api.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lua/vim/_meta/api.lua b/runtime/lua/vim/_meta/api.lua
index 6573c68493..3822e5ff5b 100644
--- a/runtime/lua/vim/_meta/api.lua
+++ b/runtime/lua/vim/_meta/api.lua
@@ -1857,6 +1857,8 @@ function vim.api.nvim_set_decoration_provider(ns_id, opts) end
--- • 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.
function vim.api.nvim_set_hl(ns_id, name, val) end
--- Set active namespace for highlights defined with `nvim_set_hl()`. This can