mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0089
This commit is contained in:
@@ -1957,7 +1957,7 @@ struct VimMenu
|
||||
char_u *actext; /* accelerator text (after TAB) */
|
||||
int priority; /* Menu order priority */
|
||||
#ifdef FEAT_GUI
|
||||
void (*cb)(); /* Call-back routine */
|
||||
void (*cb) __ARGS((vimmenu_T *)); /* Call-back routine */
|
||||
#endif
|
||||
#ifdef FEAT_TOOLBAR
|
||||
char_u *iconfile; /* name of file for icon or NULL */
|
||||
|
Reference in New Issue
Block a user