mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Sync vim_iswhite with vim/master
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user