mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00

Problem: may not be clear why failing to split causes an ":Xdo" command
to abort if 'wfb' is set.
Solution: do not return immediately if win_split fails, so E1513 is
still given. Expect both errors in the test. Also fix tests to
pass CI.
(Sean Dewar)
closes: vim/vim#14152
769eb2d0c3
Co-authored-by: Sean Dewar <6256228+seandewar@users.noreply.github.com>