comparison src/testdir/test81.in @ 2949:7fe2c092913e v7.3.247

updated for version 7.3.247 Problem: Running tests changes the users viminfo file. Test for patch 7.3.245 missing. Solution: Add "nviminfo" to the 'viminfo' option. Include the test.
author Bram Moolenaar <bram@vim.org>
date Fri, 15 Jul 2011 13:33:21 +0200
parents 441d364773dc
children
comparison
equal deleted inserted replaced
2948:e647820bb6ef 2949:7fe2c092913e
1 Test for t movement command and 'cpo-;' setting 1 Test for t movement command and 'cpo-;' setting
2 2
3 STARTTEST 3 STARTTEST
4 :set nocompatible 4 :set nocompatible viminfo+=nviminfo
5 :set cpo-=; 5 :set cpo-=;
6 /firstline/ 6 /firstline/
7 j0tt;D 7 j0tt;D
8 0fz;D
9 $Fy;D
8 $Ty;D:set cpo+=; 10 $Ty;D:set cpo+=;
9 j0tt;;D 11 j0tt;;D
10 $Ty;;D:?firstline?+1,$w! test.out 12 $Ty;;D:?firstline?+1,$w! test.out
11 :qa! 13 :qa!
12 ENDTEST 14 ENDTEST
13 15
14 firstline 16 firstline
15 aaa two three four 17 aaa two three four
18 zzz
19 yyy
16 bbb yee yoo four 20 bbb yee yoo four
17 ccc two three four 21 ccc two three four
18 ddd yee yoo four 22 ddd yee yoo four