diff options
| author | bfredl <bjorn.linse@gmail.com> | 2023-09-26 14:20:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-26 14:20:10 +0200 |
| commit | fe95037cdb9b0294ca24dbd0ff82c8462d051307 (patch) | |
| tree | ab7ad7fced1d29b5037bacc667bbaed6ece9b272 /runtime/doc | |
| parent | 4db77017fb7ab9321817674a5f5533df4cd03f3f (diff) | |
| parent | f8ea49cfe1f4f3ed30da160d346553f0949ec1de (diff) | |
| download | rneovim-fe95037cdb9b0294ca24dbd0ff82c8462d051307.tar.gz rneovim-fe95037cdb9b0294ca24dbd0ff82c8462d051307.tar.bz2 rneovim-fe95037cdb9b0294ca24dbd0ff82c8462d051307.zip | |
Merge pull request #25229 from glepnir/20323
fix(highlight): add force in nvim_set_hl
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 766faee304..1eebd0bb18 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 |