mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +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;
|
||||
if (mp->m_silent && fputs(" <silent>", fd) < 0)
|
||||
return FAIL;
|
||||
if (mp->m_noremap == REMAP_SCRIPT
|
||||
&& fputs("<script>", fd) < 0)
|
||||
return FAIL;
|
||||
if (mp->m_expr && fputs(" <expr>", fd) < 0)
|
||||
return FAIL;
|
||||
|
||||
|
Reference in New Issue
Block a user