Skip to content

Commit

Permalink
docs: regenerate [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
marvim committed Feb 22, 2022
1 parent 30c9c88 commit 70b92a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/doc/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1543,6 +1543,9 @@ nvim_set_current_win({window}) *nvim_set_current_win()*
nvim_set_hl({ns_id}, {name}, {*val}) *nvim_set_hl()*
Set a highlight group.

Note: unlike the `:highlight` command which can update a highlight group, this function
completely replaces the definition. For example: nvim_set_hl(0, 'Visual , {}) will clear the highlight group 'Visual .

Parameters: ~
{ns_id} number of namespace for this highlight. Use value
0 to set a highlight group in the global (
Expand Down

0 comments on commit 70b92a0

Please sign in to comment.