mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
ex_cmds2.c:fix for issue #1164
fix condition while iterating over all buffers
This commit is contained in:
@@ -1914,7 +1914,7 @@ void ex_listdo(exarg_T *eap)
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (buf_still_exists) {
|
||||
if (!buf_still_exists) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user