mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +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:
@@ -1144,8 +1144,9 @@ enum {
|
||||
MENU_INDEX_OP_PENDING = 3,
|
||||
MENU_INDEX_INSERT = 4,
|
||||
MENU_INDEX_CMDLINE = 5,
|
||||
MENU_INDEX_TIP = 6,
|
||||
MENU_MODES = 7,
|
||||
MENU_INDEX_TERMINAL = 6,
|
||||
MENU_INDEX_TIP = 7,
|
||||
MENU_MODES = 8,
|
||||
};
|
||||
|
||||
typedef struct VimMenu vimmenu_T;
|
||||
|
Reference in New Issue
Block a user