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 4947f60 commit cc99aa3Copy full SHA for cc99aa3
1 file changed
src/menu.c
@@ -2658,7 +2658,7 @@ ex_macmenu(eap)
2658
/*
2659
* Isolate the key ("action", "alt", or "key").
2660
*/
2661
- while (*linep && !vim_iswhite(*linep) && *linep != '=')
+ while (*linep && !VIM_ISWHITE(*linep) && *linep != '=')
2662
++linep;
2663
vim_free(key);
2664
key = vim_strnsave_up(key_start, (int)(linep - key_start));
0 commit comments