diff --git a/src/testdir/test_search.vim b/src/testdir/test_search.vim index bc2b3ad7bf..bb4e45defa 100644 --- a/src/testdir/test_search.vim +++ b/src/testdir/test_search.vim @@ -1982,8 +1982,11 @@ func Test_no_last_search_pattern() let @/ = "" set incsearch - " this was causing a crash - call feedkeys("//\x14", 'xt') + " these were causing a crash + call feedkeys("//\", 'xt') + call feedkeys("//\", 'xt') + call feedkeys("??\", 'xt') + call feedkeys("??\", 'xt') endfunc diff --git a/src/version.c b/src/version.c index b540523b49..7d348c4757 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3472, /**/ 3471, /**/