mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
pvs/V560: part of conditional expression is always false
makemap: same condition is used to skip outer loop cycle
This commit is contained in:
parent
caa8c06bae
commit
ed5f891e83
@ -4123,9 +4123,6 @@ makemap (
|
|||||||
return FAIL;
|
return FAIL;
|
||||||
if (mp->m_silent && fputs(" <silent>", fd) < 0)
|
if (mp->m_silent && fputs(" <silent>", fd) < 0)
|
||||||
return FAIL;
|
return FAIL;
|
||||||
if (mp->m_noremap == REMAP_SCRIPT
|
|
||||||
&& fputs("<script>", fd) < 0)
|
|
||||||
return FAIL;
|
|
||||||
if (mp->m_expr && fputs(" <expr>", fd) < 0)
|
if (mp->m_expr && fputs(" <expr>", fd) < 0)
|
||||||
return FAIL;
|
return FAIL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user