diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-26 21:03:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-26 21:03:24 +0200 |
commit | 20c023aee0ceafac9431fb8ab8d169747b5140dd (patch) | |
tree | 479954fa4e6886dbc3bef40cb00569ae6cf440dc /runtime/doc/popup.txt | |
parent | 9d591525a5d7a693aa47b4a87c5f53c503500c1c (diff) | |
download | vim-git-20c023aee0ceafac9431fb8ab8d169747b5140dd.tar.gz |
patch 8.1.1405: "highlight" option of popup windows not supportedv8.1.1405
Problem: "highlight" option of popup windows not supported.
Solution: Implement the "highlight" option.
Diffstat (limited to 'runtime/doc/popup.txt')
-rw-r--r-- | runtime/doc/popup.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt index af51885e4..cc9b7d179 100644 --- a/runtime/doc/popup.txt +++ b/runtime/doc/popup.txt @@ -322,8 +322,7 @@ The second argument of |popup_create()| is a dictionary with options: wrap TRUE to make the lines wrap (default TRUE) {not implemented yet} highlight highlight group name to use for the text, stored in - 'wincolor' - {not implemented yet} + the 'wincolor' option border list with numbers, defining the border thickness above/right/below/left of the popup; an empty list uses a border of 1 all around |