diff --git a/src/testdir/test_put.vim b/src/testdir/test_put.vim index 4a3a0d197..a53e3cdca 100644 --- a/src/testdir/test_put.vim +++ b/src/testdir/test_put.vim @@ -134,7 +134,10 @@ func Test_gp_with_count_leaves_cursor_at_end() bwipe! endfunc -func Test_very_larg_count() +func Test_very_large_count() + " FIXME: should actually check if sizeof(int) == sizeof(long) + CheckNotMSWindows + new let @" = 'x' call assert_fails('norm 44444444444444p', 'E1240:') diff --git a/src/version.c b/src/version.c index 247af254c..ce1939b0f 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 */ +/**/ + 3493, /**/ 3492, /**/