forked from aniani/vim
patch 8.0.1123: cannot define a toolbar for a window
Problem: Cannot define a toolbar for a window. Solution: Add a window-local toolbar.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/* menu.c */
|
||||
int winbar_height(win_T *wp);
|
||||
void ex_menu(exarg_T *eap);
|
||||
void remove_winbar(win_T *wp);
|
||||
char_u *set_context_in_menu_cmd(expand_T *xp, char_u *cmd, char_u *arg, int forceit);
|
||||
char_u *get_menu_name(expand_T *xp, int idx);
|
||||
char_u *get_menu_names(expand_T *xp, int idx);
|
||||
@@ -17,6 +19,7 @@ int gui_is_menu_shortcut(int key);
|
||||
void gui_show_popupmenu(void);
|
||||
void gui_mch_toggle_tearoffs(int enable);
|
||||
void ex_emenu(exarg_T *eap);
|
||||
void winbar_click(win_T *wp, int col);
|
||||
vimmenu_T *gui_find_menu(char_u *path_name);
|
||||
void ex_menutranslate(exarg_T *eap);
|
||||
/* vim: set ft=c : */
|
||||
|
||||
@@ -46,6 +46,7 @@ char_u *highlight_has_attr(int id, int flag, int modec);
|
||||
char_u *highlight_color(int id, char_u *what, int modec);
|
||||
long_u highlight_gui_color_rgb(int id, int fg);
|
||||
int syn_name2id(char_u *name);
|
||||
int syn_name2attr(char_u *name);
|
||||
int highlight_exists(char_u *name);
|
||||
char_u *syn_id2name(int id);
|
||||
int syn_namen2id(char_u *linep, int len);
|
||||
|
||||
Reference in New Issue
Block a user