Sync vim_iswhite with vim/master

This commit is contained in:
Kazuki Sakamoto
2017-03-13 17:16:43 -07:00
parent 4947f6012f
commit cc99aa38bd
+1 -1
View File
@@ -2658,7 +2658,7 @@ ex_macmenu(eap)
/*
* Isolate the key ("action", "alt", or "key").
*/
while (*linep && !vim_iswhite(*linep) && *linep != '=')
while (*linep && !VIM_ISWHITE(*linep) && *linep != '=')
++linep;
vim_free(key);
key = vim_strnsave_up(key_start, (int)(linep - key_start));