> Hello Bram,
> 
> I'm sending the fixed set of patches. It contains three parts now:
> 
> 01-new_algorithm_for_join.patch
> 02-remove_join_functions_duality.patch
> 03-test29_improve.patch

I'm sorry, Bram. I overlooked the problem that all tests are run in compatible
mode by default, so test29 went wrong. The fix is attached, shall be applied
after 03-test29_improve.patch

Milan
--
Milan Vancura, Prague, Czech Republic, Europe

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

>From 93f9066b0539493dc802e34d068366f399c7300a Mon Sep 17 00:00:00 2001
From: Milan Vancura <mvanc...@suse.cz>
Date: Wed, 7 Jan 2009 16:16:41 +0100
Subject: [PATCH] set 'nocompatible' at start of test29 (after 03-test29_improve.patch)
 As tests are run in 'compatible' mode by default, we must switch it at the test beginning.
 And fix the expected output as well.


diff --git a/src/testdir/test29.in b/src/testdir/test29.in
index 7cefa5e..829961c 100644
--- a/src/testdir/test29.in
+++ b/src/testdir/test29.in
@@ -4,6 +4,7 @@ Test for joining lines and marks in them
  and with 'cpoptions' flag 'j' set or not
 
 STARTTEST
+:set nocompatible
 :set nojoinspaces
 :set cpoptions-=j
 /firstline/
diff --git a/src/testdir/test29.ok b/src/testdir/test29.ok
index bf2ea4e..97abf08 100644
--- a/src/testdir/test29.ok
+++ b/src/testdir/test29.ok
@@ -12,8 +12,8 @@ asdfasdf	asdf
 asdfasdf	 asdf
 asdfasdf 	asdf
 asdfasdf		asdf
-zx cvn. as dfg? hjkl iop! ert asnop
-zx cvn. as dfg? hjkl iop! ert asnop
+zx cvn. as dfg? hjkl iop! ert ernop
+zx cvn. as dfg? hjkl iop! ert ernop
 
 asdfasdf.  asdf
 asdfasdf.  asdf
@@ -29,8 +29,8 @@ asdfasdf	asdf
 asdfasdf	 asdf
 asdfasdf 	asdf
 asdfasdf		asdf
-zx cvn.  as dfg?  hjkl iop!  ert  anop
-zx cvn.  as dfg? hjkl iop! ert  anop
+zx cvn.  as dfg?  hjkl iop!  ert  enop
+zx cvn.  as dfg? hjkl iop! ert ernop
 
 asdfasdf.  asdf
 asdfasdf.  asdf

Raspunde prin e-mail lui