aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-09-09 13:01:40 +0200
committerGitHub <noreply@github.com>2023-09-09 13:01:40 +0200
commitd4e80a051e54a60eae05880c6aa89d8abde6e935 (patch)
tree3bca87adfa14d9957a049c1f0f2f16e59c9c574b /runtime/doc
parent420b94eeece989a72b8891110f7d272f50eb0a1e (diff)
parent8afb3a49c0762eb60368aee0314e6de261daa6ef (diff)
downloadrneovim-d4e80a051e54a60eae05880c6aa89d8abde6e935.tar.gz
rneovim-d4e80a051e54a60eae05880c6aa89d8abde6e935.tar.bz2
rneovim-d4e80a051e54a60eae05880c6aa89d8abde6e935.zip
Merge pull request #25039 from glepnir/fix_hl
fix(highlight): add create param in nvim_get_hl api function
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 e68aafe051..7dd760b6a5 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -966,6 +966,8 @@ nvim_get_hl({ns_id}, {*opts}) *nvim_get_hl()*
• id: (integer) Get a highlight definition by id.
• link: (boolean, default true) Show linked group name
instead of effective definition |:hi-link|.
+ • create: (boolean, default true) When highlight group
+ doesn't exist create it.
Return: ~
Highlight groups as a map from group name to a highlight definition