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