r146 - in trunk/vim/debian: . patches

Matthijs Mohlmann active2-guest@costa.debian.org
Fri, 01 Apr 2005 21:41:09 +0000


Author: active2-guest
Date: 2005-04-01 21:41:05 +0000 (Fri, 01 Apr 2005)
New Revision: 146

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/patches/113_xml.vim.diff
Log:
 * Fixed the patch for xml.vim


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-03-30 12:21:32 UTC (rev 145)
+++ trunk/vim/debian/changelog	2005-04-01 21:41:05 UTC (rev 146)
@@ -8,6 +8,8 @@
       available.
     + Added NEWS file, so people upgrading to this version getting informed
       about the kvim removal.
+  * Matthijs Mohlmann <matthijs@cacholong.nl>
+    + Fixed up a patch for xml.vim.
 
  -- Norbert Tretkowski <nobse@debian.org>  Wed, 30 Mar 2005 13:42:01 +0200
 

Modified: trunk/vim/debian/patches/113_xml.vim.diff
===================================================================
--- trunk/vim/debian/patches/113_xml.vim.diff	2005-03-30 12:21:32 UTC (rev 145)
+++ trunk/vim/debian/patches/113_xml.vim.diff	2005-04-01 21:41:05 UTC (rev 146)
@@ -8,7 +8,7 @@
 -syn region  xmlString contained start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=xmlEntity display
 -syn region  xmlString contained start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=xmlEntity display
 +syn region  xmlString contained start=+"+ end=+"+ contains=xmlEntity display
-+syn region  xmlString contained start=+'+ end=+"+ contains=xmlEntity display
++syn region  xmlString contained start=+'+ end=+'+ contains=xmlEntity display
  
  
  " punctuation (within attributes) e.g. <tag xml:foo.attribute ...>