mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #1167 from atwupack/fix-issue-1164
ex_cmds2.c:fix for issue #1164
This commit is contained in:
commit
5778c25c01
@ -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