mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
ex_docmd: Remove excessive assignment
This commit is contained in:
@@ -1304,7 +1304,6 @@ static char_u * do_one_cmd(char_u **cmdlinep,
|
|||||||
/*
|
/*
|
||||||
* 2. Handle command modifiers.
|
* 2. Handle command modifiers.
|
||||||
*/
|
*/
|
||||||
p = ea.cmd;
|
|
||||||
p = skip_range(ea.cmd, NULL);
|
p = skip_range(ea.cmd, NULL);
|
||||||
switch (*p) {
|
switch (*p) {
|
||||||
/* When adding an entry, also modify cmd_exists(). */
|
/* When adding an entry, also modify cmd_exists(). */
|
||||||
|
Reference in New Issue
Block a user