Skip to content

Commit 9d86f0c

Browse files
committed
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.
1 parent be9bf38 commit 9d86f0c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

src/testdir/test78.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ blocks.
66

77
STARTTEST
88
:so small.vim
9-
:set nocp fileformat=unix undolevels=-1
9+
:set nocp fileformat=unix undolevels=-1 viminfo+=nviminfo
1010
:e! Xtest
1111
ggdG
1212
:let text = "\tabcdefghijklmnoparstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnoparstuvwxyz0123456789"

src/testdir/test81.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Test for t movement command and 'cpo-;' setting
22

33
STARTTEST
4-
:set nocompatible
4+
:set nocompatible viminfo+=nviminfo
55
:set cpo-=;
66
/firstline/
77
j0tt;D
8+
0fz;D
9+
$Fy;D
810
$Ty;D:set cpo+=;
911
j0tt;;D
1012
$Ty;;D:?firstline?+1,$w! test.out
@@ -13,6 +15,8 @@ ENDTEST
1315

1416
firstline
1517
aaa two three four
18+
zzz
19+
yyy
1620
bbb yee yoo four
1721
ccc two three four
1822
ddd yee yoo four

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,8 @@ static char *(features[]) =
709709

710710
static int included_patches[] =
711711
{ /* Add new patch number below this line */
712+
/**/
713+
247,
712714
/**/
713715
246,
714716
/**/

0 commit comments

Comments
 (0)