From 20c023aee0ceafac9431fb8ab8d169747b5140dd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 26 May 2019 21:03:24 +0200 Subject: patch 8.1.1405: "highlight" option of popup windows not supported Problem: "highlight" option of popup windows not supported. Solution: Implement the "highlight" option. --- runtime/doc/popup.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/doc/popup.txt') 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 -- cgit v1.2.1