summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-26 21:03:24 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-26 21:03:24 +0200
commit20c023aee0ceafac9431fb8ab8d169747b5140dd (patch)
tree479954fa4e6886dbc3bef40cb00569ae6cf440dc /runtime
parent9d591525a5d7a693aa47b4a87c5f53c503500c1c (diff)
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')
-rw-r--r--runtime/doc/popup.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index af51885e4e..cc9b7d179e 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