ex_docmd: Remove excessive assignment

This commit is contained in:
ZyX 2017-04-16 20:25:00 +03:00
parent d766607dc9
commit a894c82def

View File

@ -1304,7 +1304,6 @@ static char_u * do_one_cmd(char_u **cmdlinep,
/*
* 2. Handle command modifiers.
*/
p = ea.cmd;
p = skip_range(ea.cmd, NULL);
switch (*p) {
/* When adding an entry, also modify cmd_exists(). */