We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6929380 commit 960696eCopy full SHA for 960696e
1 file changed
src/proto/menu.pro
@@ -22,6 +22,6 @@ void ex_menutranslate(exarg_T *eap);
22
#ifdef FEAT_GUI_MACVIM
23
void ex_macmenu(exarg_T *eap);
24
void ex_macmenukey(exarg_T *eap);
25
-char_u *lookup_toolbar_item((int idx);
+char_u *lookup_toolbar_item(int idx);
26
#endif
27
/* vim: set ft=c : */
0 commit comments