annotate src/testdir/test21.in @ 9772:560291211303
v7.4.2161
commit https://github.com/vim/vim/commit/7ab6defcafe017a3ad58580a3e56dab705b1ed8b
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 5 22:51:13 2016 +0200
patch 7.4.2161
Problem: Expression test fails without conceal feature.
Solution: Only check "conceal" with the conceal feature.
author |
Christian Brabandt <cb@256bit.org> |
date |
Fri, 05 Aug 2016 23:00:07 +0200 |
parents |
3fc0f57ecb91 |
children |
|
rev |
line source |
7
|
1 Tests for [ CTRL-I with a count and CTRL-W CTRL-I with a count
|
|
2
|
|
3 STARTTEST
|
|
4 :so small.vim
|
|
5 /start
|
|
6 6[ :.w! test.out
|
|
7 ?start here
|
|
8 6 :.w >>test.out
|
|
9 :qa!
|
|
10 ENDTEST
|
|
11
|
|
12 #include test21.in
|
|
13
|
|
14 /* test text test tex start here
|
|
15 some text
|
|
16 test text
|
|
17 start OK if found this line
|
|
18 start found wrong line
|
|
19 test text
|