mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00: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:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user