comparison src/testdir/test_quickfix.vim @ 17918:9606c0adc148 v8.1.1955

patch 8.1.1955: tests contain typos Commit: https://github.com/vim/vim/commit/1bc353b6f1b063e189e0cef26f8dc586dcf9161f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 1 14:45:28 2019 +0200 patch 8.1.1955: tests contain typos Problem: Tests contain typos. Solution: Correct the typos. (Dominique Pelle)
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Sep 2019 15:00:04 +0200
parents 6990c1160ea5
children 7a19c8d6bb9e
comparison
equal deleted inserted replaced
17917:5ccb73c85dd1 17918:9606c0adc148
1665 exe "normal 5G\<CR>" 1665 exe "normal 5G\<CR>"
1666 call assert_equal(2, winnr('$')) 1666 call assert_equal(2, winnr('$'))
1667 call assert_equal(1, bufwinnr('Xqftestfile3')) 1667 call assert_equal(1, bufwinnr('Xqftestfile3'))
1668 1668
1669 " If only quickfix window is open in the current tabpage, jumping to an 1669 " If only quickfix window is open in the current tabpage, jumping to an
1670 " entry with 'switchubf' set to 'usetab' should search in other tabpages. 1670 " entry with 'switchbuf' set to 'usetab' should search in other tabpages.
1671 enew | only 1671 enew | only
1672 set switchbuf=usetab 1672 set switchbuf=usetab
1673 tabedit Xqftestfile1 1673 tabedit Xqftestfile1
1674 tabedit Xqftestfile2 1674 tabedit Xqftestfile2
1675 tabedit Xqftestfile3 1675 tabedit Xqftestfile3