mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ex_docmd: Remove excessive assignment
This commit is contained in:
parent
d766607dc9
commit
a894c82def
@ -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(). */
|
||||
|
Loading…
Reference in New Issue
Block a user