comparison runtime/doc/popup.txt @ 16806:306766ed0f70 v8.1.1405

patch 8.1.1405: "highlight" option of popup windows not supported commit https://github.com/vim/vim/commit/20c023aee0ceafac9431fb8ab8d169747b5140dd Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 26 21:03:24 2019 +0200 patch 8.1.1405: "highlight" option of popup windows not supported Problem: "highlight" option of popup windows not supported. Solution: Implement the "highlight" option.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 21:15:04 +0200
parents 12e3a3afdb6a
children c002c4899529
comparison
equal deleted inserted replaced
16805:384375708770 16806:306766ed0f70
320 popup, on top of any border 320 popup, on top of any border
321 {not implemented yet} 321 {not implemented yet}
322 wrap TRUE to make the lines wrap (default TRUE) 322 wrap TRUE to make the lines wrap (default TRUE)
323 {not implemented yet} 323 {not implemented yet}
324 highlight highlight group name to use for the text, stored in 324 highlight highlight group name to use for the text, stored in
325 'wincolor' 325 the 'wincolor' option
326 {not implemented yet}
327 border list with numbers, defining the border thickness 326 border list with numbers, defining the border thickness
328 above/right/below/left of the popup; an empty list 327 above/right/below/left of the popup; an empty list
329 uses a border of 1 all around 328 uses a border of 1 all around
330 {not implemented yet} 329 {not implemented yet}
331 borderhighlight highlight group name to use for the border 330 borderhighlight highlight group name to use for the border