mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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:
@@ -3748,7 +3748,7 @@ describe('API', function()
|
||||
eq("foo", meths.cmd({ cmd = "Foo" }, { output = true }))
|
||||
end)
|
||||
it('errors if command is not implemented', function()
|
||||
eq("Command not implemented: popup", pcall_err(meths.cmd, { cmd = "popup" }, {}))
|
||||
eq("Command not implemented: winpos", pcall_err(meths.cmd, { cmd = "winpos" }, {}))
|
||||
end)
|
||||
it('works with empty arguments list', function()
|
||||
meths.cmd({ cmd = "update" }, {})
|
||||
|
||||
Reference in New Issue
Block a user