mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
refactor(PVS/V1048): remove unnecessary assignment (#21870)
This commit is contained in:
parent
847e603554
commit
1453c7163d
@ -1432,7 +1432,7 @@ static size_t uc_check_code(char *code, size_t len, char *buf, ucmd_T *cmd, exar
|
||||
|
||||
l++;
|
||||
if (l <= 1) {
|
||||
type = ct_NONE;
|
||||
// type = ct_NONE;
|
||||
} else if (STRNICMP(p, "args>", l) == 0) {
|
||||
type = ct_ARGS;
|
||||
} else if (STRNICMP(p, "bang>", l) == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user