diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-02-14 21:20:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-02-14 21:20:26 +0000 |
commit | 275a8a0c9b079432a6525a2c89dc981fe663fd80 (patch) | |
tree | 795d5ca60304e1e612d39267b04817339ed6343f /src | |
parent | 4ef9e495af6efe875ac0b376acd70e9d17d71c30 (diff) | |
download | vim-git-275a8a0c9b079432a6525a2c89dc981fe663fd80.tar.gz |
updated for version 7.1-252v7.1.252
Diffstat (limited to 'src')
-rw-r--r-- | src/testdir/test39.in | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test39.in b/src/testdir/test39.in index a16d4d99c..d39ba82d9 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 10be161a1..2c3b9c6e2 100644 --- 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, |