comparison runtime/doc/popup.txt @ 16888:ec61b6b79865 v8.1.1445

patch 8.1.1445: popup window border highlight not implemented yet commit https://github.com/vim/vim/commit/790498b509443f96f39431d2bc87b777efbe250f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 1 22:15:29 2019 +0200 patch 8.1.1445: popup window border highlight not implemented yet Problem: Popup window border highlight not implemented yet. Solution: Implement the "borderhighlight" option.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 22:30:05 +0200
parents 59e4148c0c73
children 5131023c5728
comparison
equal deleted inserted replaced
16887:a8aa4c4ffa4a 16888:ec61b6b79865
366 1, 3] has 1 line of padding above, 2 columns on the 366 1, 3] has 1 line of padding above, 2 columns on the
367 right, 1 line below and 3 columns on the left 367 right, 1 line below and 3 columns on the left
368 border list with numbers, defining the border thickness 368 border list with numbers, defining the border thickness
369 above/right/below/left of the popup (similar to CSS); 369 above/right/below/left of the popup (similar to CSS);
370 only values of zero and non-zero are recognized; 370 only values of zero and non-zero are recognized;
371 an empty list uses a border of 1 all around 371 an empty list uses a border all around
372 borderhighlight highlight group name to use for the border 372 borderhighlight list of highlight group names to use for the border;
373 {not implemented yet} 373 when one entry it is used for all borders, otherwise
374 the highlight for the top/right/bottom/left border
374 borderchars list with characters, defining the character to use 375 borderchars list with characters, defining the character to use
375 for the top/right/bottom/left border; optionally 376 for the top/right/bottom/left border; optionally
376 followed by the character to use for the 377 followed by the character to use for the
377 topright/botright/botleft/topleft corner; an empty 378 topleft/topright/botright/botleft corner; when the
378 list can be used to show a double line all around 379 list has one character it is used for all; when
379 {not implemented yet} 380 the list has two characters the first is used for the
381 border lines, the second for the corners; by default
382 a double line is used all around when 'encoding' is
383 "utf-8", otherwise ASCII characters are used.
380 zindex priority for the popup, default 50 384 zindex priority for the popup, default 50
381 time time in milliseconds after which the popup will close; 385 time time in milliseconds after which the popup will close;
382 when omitted |popup_close()| must be used. 386 when omitted |popup_close()| must be used.
383 moved "cell": close the popup if the cursor moved at least 387 moved "cell": close the popup if the cursor moved at least
384 one screen cell; "word" allows for moving within 388 one screen cell; "word" allows for moving within