comparison runtime/doc/options.txt @ 16778:eda4d65f232c v8.1.1391

patch 8.1.1391: no popup window support commit https://github.com/vim/vim/commit/4d784b21d14fc66e98a2b07f70343cdd4acd62aa Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 25 19:51:39 2019 +0200 patch 8.1.1391: no popup window support Problem: No popup window support. Solution: Add initial code for popup windows. Add the 'wincolor' option.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 May 2019 20:00:08 +0200
parents dc85d49349f7
children 63ac51f16ea1
comparison
equal deleted inserted replaced
16777:20d51e99dd6a 16778:eda4d65f232c
1359 terminal buffer for a |terminal| (you are not supposed to set 1359 terminal buffer for a |terminal| (you are not supposed to set
1360 this manually) 1360 this manually)
1361 prompt buffer where only the last line can be edited, meant 1361 prompt buffer where only the last line can be edited, meant
1362 to be used by a plugin, see |prompt-buffer| 1362 to be used by a plugin, see |prompt-buffer|
1363 {only when compiled with the |+channel| feature} 1363 {only when compiled with the |+channel| feature}
1364 popup buffer used in a popup window, see |popup|.
1365 {only when compiled with the |+textprop| feature}
1364 1366
1365 This option is used together with 'bufhidden' and 'swapfile' to 1367 This option is used together with 'bufhidden' and 'swapfile' to
1366 specify special kinds of buffers. See |special-buffers|. 1368 specify special kinds of buffers. See |special-buffers|.
1367 1369
1368 Be careful with changing this option, it can have many side effects! 1370 Be careful with changing this option, it can have many side effects!
8685 If the menu is disabled by excluding 'm' from 'guioptions', the ALT 8687 If the menu is disabled by excluding 'm' from 'guioptions', the ALT
8686 key is never used for the menu. 8688 key is never used for the menu.
8687 This option is not used for <F10>; on Win32 and with GTK <F10> will 8689 This option is not used for <F10>; on Win32 and with GTK <F10> will
8688 select the menu, unless it has been mapped. 8690 select the menu, unless it has been mapped.
8689 8691
8692 *'wincolor'* *'wcr'*
8693 'wincolor' 'wcr' string (default empty)
8694 local to window
8695 Highlight group name to use for this window instead of the Normal
8696 color |hl-Normal|.
8697
8690 *'window'* *'wi'* 8698 *'window'* *'wi'*
8691 'window' 'wi' number (default screen height - 1) 8699 'window' 'wi' number (default screen height - 1)
8692 global 8700 global
8693 Window height. Do not confuse this with the height of the Vim window, 8701 Window height. Do not confuse this with the height of the Vim window,
8694 use 'lines' for that. 8702 use 'lines' for that.