diff options
author | Gregory Anders <greg@gpanders.com> | 2021-08-16 12:20:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 11:20:46 -0700 |
commit | 4ba74953b514397b6c061edafe614917925b3a77 (patch) | |
tree | de11838a0239fba34c220ba288813bd7f6c3c6bd /src/nvim/testdir/test_quickfix.vim | |
parent | 7215d356949bf07960cc3a3d8b83772635d729d0 (diff) | |
download | rneovim-4ba74953b514397b6c061edafe614917925b3a77.tar.gz rneovim-4ba74953b514397b6c061edafe614917925b3a77.tar.bz2 rneovim-4ba74953b514397b6c061edafe614917925b3a77.zip |
feat(defaults): switchbuf=uselast #15394
Diffstat (limited to 'src/nvim/testdir/test_quickfix.vim')
-rw-r--r-- | src/nvim/testdir/test_quickfix.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_quickfix.vim b/src/nvim/testdir/test_quickfix.vim index 5090584e41..283e7bbafe 100644 --- a/src/nvim/testdir/test_quickfix.vim +++ b/src/nvim/testdir/test_quickfix.vim @@ -1911,7 +1911,7 @@ func Test_switchbuf() enew | only set switchbuf=useopen cexpr "Xqftestfile1:1:10" - call assert_equal('', &switchbuf) + call assert_equal('uselast', &switchbuf) call delete('Xqftestfile1') call delete('Xqftestfile2') |