updated for version 7.1-252
diff --git a/src/testdir/test39.in b/src/testdir/test39.in
index a16d4d9..d39ba82 100644
--- a/src/testdir/test39.in
+++ b/src/testdir/test39.in
@@ -5,6 +5,8 @@
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 10be161..2c3b9c6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 252,
+/**/
251,
/**/
250,