diff --git a/src/testdir/test_set.vim b/src/testdir/test_set.vim index 4035248e10..f38ac334cd 100644 --- a/src/testdir/test_set.vim +++ b/src/testdir/test_set.vim @@ -62,7 +62,7 @@ func Test_set_termcap() endfor call assert_true(keys_idx < len(lines)) " three columns - call assert_match('t_.. .*t_.. .*t_.. ', lines[keys_idx + 1]) + call assert_match('<[^>]*> .*<[^>]*> .*<[^>]*> ', lines[keys_idx + 1]) let more_lines = split(execute('set! termcap'), "\n") for i in range(len(more_lines)) diff --git a/src/version.c b/src/version.c index 5c822be96e..6fb7e78be2 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3732, /**/ 3731, /**/