diff --git a/src/testdir/test_edit.vim b/src/testdir/test_edit.vim index 086e2e4587..344c12664c 100644 --- a/src/testdir/test_edit.vim +++ b/src/testdir/test_edit.vim @@ -506,8 +506,8 @@ func! Test_edit_CTRL_I() let path=expand("%:p:h") new call setline(1, [path."/", '']) - call feedkeys("Ate\\\\\", 'tnix') - call assert_match('test1\.in', getline(1)) + call feedkeys("Arunt\\\\\", 'tnix') + call assert_match('runtest\.vim', getline(1)) %d call writefile(['one', 'two', 'three'], 'Xinclude.txt') let include='#include Xinclude.txt' diff --git a/src/version.c b/src/version.c index 3f51e5a428..e4a40f20f3 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 472, /**/ 471, /**/