mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 10:55:40 +00:00
vim-patch:7.4.415
Problem: Cannot build. Warning for shadowed variable. (John Little) Solution: Add missing change. Remove declaration. https://code.google.com/p/vim/source/detail?name=v7-4-414&r=20dbceb6f4713ccd01be45dc531abc269fbb7579
This commit is contained in:
@@ -1464,8 +1464,7 @@ static char_u * do_one_cmd(char_u **cmdlinep,
|
||||
if (p != NULL && ea.cmdidx == CMD_SIZE && !ea.skip
|
||||
&& ASCII_ISUPPER(*ea.cmd)
|
||||
&& has_cmdundefined()) {
|
||||
char_u *p = ea.cmd;
|
||||
|
||||
p = ea.cmd;
|
||||
while (ASCII_ISALNUM(*p)) {
|
||||
++p;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user