summaryrefslogtreecommitdiffstats
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
commit75e641354645b62fbf171231ebf71f046489cf17 (patch)
tree8d9b9e6ce0401fbfcdff5083d5ae72aa3b83772c
parentbb86ebb0ef5f4013852ef86023060585d9a5f10a (diff)
patch 7.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 ff7fe33a6a..fcb935de72 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 1974b6a562..349d67fe77 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 86eda15710..ee2814f974 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,