comparison src/testdir/test_normal.vim @ 18767:068337e86133 v8.1.2373

patch 8.1.2373: cannot build with +popupwin but without +quickfix Commit: https://github.com/vim/vim/commit/5a4c3082d7ab51b3d448a91578479c96c1ab0ad3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 1 15:23:11 2019 +0100 patch 8.1.2373: cannot build with +popupwin but without +quickfix Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Dec 2019 15:30:04 +0100
parents 97d534e17874
children 2f4be7ca1b1b
comparison
equal deleted inserted replaced
18766:3cc0ddf2abd0 18767:068337e86133
1 " Test for various Normal mode commands 1 " Test for various Normal mode commands
2 2
3 source shared.vim 3 source shared.vim
4 source check.vim
4 5
5 func Setup_NewWindow() 6 func Setup_NewWindow()
6 10new 7 10new
7 call setline(1, range(1,100)) 8 call setline(1, range(1,100))
8 endfunc 9 endfunc
1238 " clean up 1239 " clean up
1239 bw! 1240 bw!
1240 endfunc 1241 endfunc
1241 1242
1242 func Test_normal25_tag() 1243 func Test_normal25_tag()
1244 CheckFeature quickfix
1245
1243 " Testing for CTRL-] g CTRL-] g] 1246 " Testing for CTRL-] g CTRL-] g]
1244 " CTRL-W g] CTRL-W CTRL-] CTRL-W g CTRL-] 1247 " CTRL-W g] CTRL-W CTRL-] CTRL-W g CTRL-]
1245 h 1248 h
1246 " Test for CTRL-] 1249 " Test for CTRL-]
1247 call search('\<x\>$') 1250 call search('\<x\>$')