From 275a8a0c9b079432a6525a2c89dc981fe663fd80 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 14 Feb 2008 21:20:26 +0000 Subject: [PATCH] updated for version 7.1-252 --- src/testdir/test39.in | 2 ++ src/version.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/testdir/test39.in b/src/testdir/test39.in index a16d4d99c8..d39ba82d9e 100644 --- a/src/testdir/test39.in +++ b/src/testdir/test39.in @@ -5,6 +5,8 @@ And test "U" in Visual mode, also on German sharp S. STARTTEST :so small.vim :so mbyte.vim +:" This only works when 'encoding' is "latin1", don't depend on the environment +:set enc=latin1 /^abcde :" Test shift-right of a block jlllljj>wlljlll> diff --git a/src/version.c b/src/version.c index 10be161a17..2c3b9c6e29 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 252, /**/ 251, /**/