Merge pull request #1167 from atwupack/fix-issue-1164

ex_cmds2.c:fix for issue #1164
This commit is contained in:
Justin M. Keyes 2014-09-13 18:04:13 -04:00
commit 5778c25c01

View File

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