summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2015-08-04 21:27:11 +0200
committerBram Moolenaar <bram@vim.org>2015-08-04 21:27:11 +0200
commit53dba34f861c600ffbd9b3c1acc299f1e249120a (patch)
tree8297305eb108b7433f94ec4d10a76ca3d7d654be
parent6ba61aa063066e8e0b97f57687ed6577ce30e30d (diff)
downloadvim-53dba34f861c600ffbd9b3c1acc299f1e249120a.tar.gz
patch 7.4.809v7.4.809v7-4-809
Problem: Test is duplicated. Solution: Roll back 7.4.802.
-rw-r--r--src/testdir/test39.in6
-rw-r--r--src/testdir/test39.okbin968 -> 662 bytes
-rw-r--r--src/version.c2
3 files changed, 2 insertions, 6 deletions
diff --git a/src/testdir/test39.in b/src/testdir/test39.in
index ff7fe33a..fcb935de 100644
--- a/src/testdir/test39.in
+++ b/src/testdir/test39.in
@@ -51,12 +51,6 @@ G$khhhhhkkcmno
:exe ":norm! 012l\<C-v>jjAx\<Esc>"
:set ve= enc=latin1
:.,/^$/w >> test.out
-:" Test for single-line Visual block append at wrapped line with :set linebreak
-Golong line: 40afoobar aTARGET at end
-:set linebreak
-:exe ":norm! $3B\<C-v>eAx\<Esc>"
-:set nolinebreak
-:.w >> test.out
:" gUe must uppercase a whole word, also when ß changes to SS
Gothe youtußeuu endYpk0wgUe
:" gUfx must uppercase until x, inclusive.
diff --git a/src/testdir/test39.ok b/src/testdir/test39.ok
index 1974b6a5..349d67fe 100644
--- a/src/testdir/test39.ok
+++ b/src/testdir/test39.ok
Binary files differ
diff --git a/src/version.c b/src/version.c
index 86eda157..ee2814f9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 809,
+/**/
808,
/**/
807,