mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ex_cmds2.c:fix for issue #1164
fix condition while iterating over all buffers
This commit is contained in:
parent
1761a4af71
commit
abdcc5fe85
@ -1914,7 +1914,7 @@ void ex_listdo(exarg_T *eap)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (buf_still_exists) {
|
if (!buf_still_exists) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user