diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-07-27 22:12:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 22:12:30 +0800 |
| commit | aee4254b76206354d74d6fdd4d8e6b640279cedd (patch) | |
| tree | 202e727d028ad66adc9b78705cd04a1a31dc7695 /runtime | |
| parent | 6162c937abbf80195ccab3daeb7ecdeb6ab24b52 (diff) | |
| parent | b8b0e9db3f91fbaa8835b90c683c33310064c8c8 (diff) | |
| download | rneovim-aee4254b76206354d74d6fdd4d8e6b640279cedd.tar.gz rneovim-aee4254b76206354d74d6fdd4d8e6b640279cedd.tar.bz2 rneovim-aee4254b76206354d74d6fdd4d8e6b640279cedd.zip | |
Merge pull request #29876 from glepnir/vim-patch
vim-patch:9.1.{0618,0619,0629}: cannot mark deprecated attributes in completion menu
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/doc/insert.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index e12f240430..ee83de9c71 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1177,6 +1177,12 @@ items: user_data custom data which is associated with the item and available in |v:completed_item|; it can be any type; defaults to an empty string + hl_group an additional highlight group whose attributes are + combined with |hl-PmenuSel| and |hl-Pmenu| or + |hl-PmenuMatchSel| and |hl-PmenuMatch| highlight + attributes in the popup menu to apply cterm and gui + properties (with higher priority) like strikethrough + to the completion items All of these except "icase", "equal", "dup" and "empty" must be a string. If an item does not meet these requirements then an error message is given and |