]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0156: Make 'wfb' failing to split still report E1513 v9.1.0156
authorSean Dewar <6256228+seandewar@users.noreply.github.com>
Thu, 7 Mar 2024 20:37:50 +0000 (21:37 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 7 Mar 2024 20:38:21 +0000 (21:38 +0100)
commit769eb2d0c3614f9ea6fffa82329558f1a4af384f
tree3df9b0c6745a0a8d622f1b6bcf77e290e7290476
parent64de03a22bcb3ea15a215673c08390e6babcc03f
patch 9.1.0156: Make 'wfb' failing to split still report E1513

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: #14152

Signed-off-by: Sean Dewar <6256228+seandewar@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_cmds2.c
src/quickfix.c
src/testdir/test_winfixbuf.vim
src/version.c