# HG changeset patch # User vimboss # Date 1203024026 0 # Node ID ff77f541d69df4e538f7db4879eb194378c04458 # Parent 24b7b3cc4eec4387713a615519489fa5a34b253d updated for version 7.1-252 diff --git a/src/testdir/test39.in b/src/testdir/test39.in --- a/src/testdir/test39.in +++ b/src/testdir/test39.in @@ -5,6 +5,8 @@ And test "U" in Visual mode, also on Ger 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 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 252, +/**/ 251, /**/ 250,