Skip to content

Commit cc99aa3

Browse files
committed
Sync vim_iswhite with vim/master
1 parent 4947f60 commit cc99aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,7 @@ ex_macmenu(eap)
26582658
/*
26592659
* Isolate the key ("action", "alt", or "key").
26602660
*/
2661-
while (*linep && !vim_iswhite(*linep) && *linep != '=')
2661+
while (*linep && !VIM_ISWHITE(*linep) && *linep != '=')
26622662
++linep;
26632663
vim_free(key);
26642664
key = vim_strnsave_up(key_start, (int)(linep - key_start));

0 commit comments

Comments
 (0)