aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2018-08-14 12:33:12 +0200
committerGitHub <noreply@github.com>2018-08-14 12:33:12 +0200
commitf767cee10002afc360af1aad209676d08cc3a758 (patch)
treef47652d37d72abf921de07ce1bd4ca35f85ca4ce /runtime
parentbec5e4cb6183f3b403aca35ef55c3798a48dc64b (diff)
parentfa4c2601000df2d792b0de865da3ac8c43ab723f (diff)
downloadrneovim-f767cee10002afc360af1aad209676d08cc3a758.tar.gz
rneovim-f767cee10002afc360af1aad209676d08cc3a758.tar.bz2
rneovim-f767cee10002afc360af1aad209676d08cc3a758.zip
Merge pull request #8790 from bfredl/hlattr
pass highlight attrs per value and thread-safely to TUI thread
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/ui.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt
index 9d10756e23..51af11a2cd 100644
--- a/runtime/doc/ui.txt
+++ b/runtime/doc/ui.txt
@@ -89,13 +89,18 @@ Global Events *ui-global*
`cursor_shape`: "block", "horizontal", "vertical"
`cell_percentage`: Cell % occupied by the cursor.
`blinkwait`, `blinkon`, `blinkoff`: See |cursor-blinking|.
- `hl_id`: Cursor highlight group.
- `hl_lm`: Cursor highlight group if 'langmap' is active.
+ `attr_id`: Cursor attribute id (defined by `hl_attr_define`)
+ `attr_id_lm`: Cursor attribute id for when 'langmap' is active.
`short_name`: Mode code name, see 'guicursor'.
`name`: Mode descriptive name.
`mouse_shape`: (To be implemented.)
Some keys are missing in some modes.
+
+ The following keys are deprecated:
+
+ `hl_id`: Use `attr_id` instead.
+ `hl_lm`: Use `attr_id_lm` instead.
["option_set", name, value]
UI-related option changed, where `name` is one of: