ex_cmds2.c:fix for issue #1164

fix condition while iterating over all buffers
This commit is contained in:
André Twupack 2014-09-13 18:50:57 +02:00
parent 1761a4af71
commit abdcc5fe85

View File

@ -1914,7 +1914,7 @@ void ex_listdo(exarg_T *eap)
break;
}
}
if (buf_still_exists) {
if (!buf_still_exists) {
break;
}