mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (buf_still_exists) {
|
if (!buf_still_exists) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user