diff options
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r-- | runtime/doc/api.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 46f4bc63c9..9b7f1f1632 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -1477,10 +1477,10 @@ nvim_set_hl({ns_id}, {name}, {*val}) *nvim_set_hl()* • bold: boolean • standout: boolean • underline: boolean - • underlineline: boolean • undercurl: boolean - • underdot: boolean - • underdash: boolean + • underdouble: boolean + • underdotted: boolean + • underdashed: boolean • strikethrough: boolean • italic: boolean • reverse: boolean |