mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +00:00
vim-patch:8.1.0487: no menus specifically for the terminal window
Problem: No menus specifically for the terminal window.
Solution: Add :tlmenu. (Yee Cheng Chin, closes vim/vim#3439) Add a menu test.
4c5d815256
ADDR_OHTER comes from patch 8.1.1241, which has already been ported.
This commit is contained in:
@@ -4060,6 +4060,9 @@ const char *set_one_cmd_context(expand_T *xp, const char *buff)
|
||||
case CMD_cmenu:
|
||||
case CMD_cnoremenu:
|
||||
case CMD_cunmenu:
|
||||
case CMD_tlmenu:
|
||||
case CMD_tlnoremenu:
|
||||
case CMD_tlunmenu:
|
||||
case CMD_tmenu:
|
||||
case CMD_tunmenu:
|
||||
case CMD_popup:
|
||||
|
Reference in New Issue
Block a user