diff --git a/src/testdir/test_startup.vim b/src/testdir/test_startup.vim index 6c2fbbd15..081c7f890 100644 --- a/src/testdir/test_startup.vim +++ b/src/testdir/test_startup.vim @@ -392,7 +392,7 @@ endfunc " Test the -A, -F and -H arguments (Arabic, Farsi and Hebrew modes). func Test_A_F_H_arg() let after =<< trim [CODE] - call writefile([&rightleft, &arabic, &fkmap, &hkmap], "Xtestout", 'D') + call writefile([&rightleft, &arabic, &fkmap, &hkmap], "Xtestout") qall [CODE] @@ -412,6 +412,8 @@ func Test_A_F_H_arg() let lines = readfile('Xtestout') call assert_equal(['1', '0', '0', '1'], lines) endif + + call delete('Xtestout') endfunc " Test the --echo-wid argument (for GTK GUI only). diff --git a/src/version.c b/src/version.c index 3413d52d6..31d9776f7 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 730, /**/ 729, /**/