mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00
vim-patch:8.0.1570: can't use :popup for a menu in the terminal
Problem: Can't use :popup for a menu in the terminal. (Wei Zhang)
Solution: Make :popup work in the terminal. Also fix that entries were
included that don't work in the current state.
29a2c08d79
This commit is contained in:
@@ -1991,7 +1991,7 @@ module.cmds = {
|
||||
command='popup',
|
||||
flags=bit.bor(NEEDARG, EXTRA, BANG, TRLBAR, NOTRLCOM, CMDWIN),
|
||||
addr_type='ADDR_NONE',
|
||||
func='ex_ni',
|
||||
func='ex_popup',
|
||||
},
|
||||
{
|
||||
command='ppop',
|
||||
|
Reference in New Issue
Block a user