diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-12 09:07:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-12 09:07:23 -0500 |
| commit | 4f9e7a512dc606ddaff6dbfd78328077d685960d (patch) | |
| tree | dd424c69d98880cb9d366735fd53e331bdf80332 /src/nvim/testdir/test_quickfix.vim | |
| parent | b6723e1ea065a818e6cda4c917c9c11d7cb67652 (diff) | |
| parent | da5c547ee3fa590159a82461bc0cd108d9e0ab3b (diff) | |
| download | rneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.tar.gz rneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.tar.bz2 rneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.zip | |
Merge pull request #13521 from janlazo/nvim-8.1.2246
vim-patch:8.1.2246
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 e06c4f59da..5323b1acf3 100644 --- a/src/nvim/testdir/test_quickfix.vim +++ b/src/nvim/testdir/test_quickfix.vim @@ -1744,7 +1744,7 @@ func Test_switchbuf() call assert_equal(1, bufwinnr('Xqftestfile3')) " If only quickfix window is open in the current tabpage, jumping to an - " entry with 'switchubf' set to 'usetab' should search in other tabpages. + " entry with 'switchbuf' set to 'usetab' should search in other tabpages. enew | only set switchbuf=usetab tabedit Xqftestfile1 |