r101 - in trunk/vim/debian: . patches

Pierre Habouzit madcoder-guest@costa.debian.org
Tue, 22 Mar 2005 14:08:01 +0100


Author: madcoder-guest
Date: 2005-03-22 14:07:59 +0100 (Tue, 22 Mar 2005)
New Revision: 101

Added:
   trunk/vim/debian/patches/114_texinfo.vim.diff
Modified:
   trunk/vim/debian/changelog
Log:
texinfo warinng

Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-03-22 12:43:16 UTC (rev 100)
+++ trunk/vim/debian/changelog	2005-03-22 13:07:59 UTC (rev 101)
@@ -4,6 +4,7 @@
     + Fix php indent plugin thanks to the ITLab at MUSC.  (closes: #282135)
     + Fix prolog syntax file.  (closes: #269692)
     + Fix xml syntax ('\' has no special meaning for xml).  (closes: #196001)
+    + Fix texinfo syntax file warning.  (closes: #286763)
 
   * Matthijs Mohlmann <matthijs@cacholong.nl>:
     + Fix lintian warning packages-installs-file-to-usr-x11r6
@@ -14,7 +15,7 @@
       (closes: #300108)
     + Removed Suggests: vim from vim-doc in debian/control
 
- -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Tue, 22 Mar 2005 13:34:19 +0100
+ -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Tue, 22 Mar 2005 14:07:27 +0100
 
 vim (1:6.3-067+2) unstable; urgency=medium
 

Added: trunk/vim/debian/patches/114_texinfo.vim.diff
===================================================================
--- trunk/vim/debian/patches/114_texinfo.vim.diff	2005-03-22 12:43:16 UTC (rev 100)
+++ trunk/vim/debian/patches/114_texinfo.vim.diff	2005-03-22 13:07:59 UTC (rev 101)
@@ -0,0 +1,12 @@
+diff -Nrua vim63.orig/runtime/syntax/texinfo.vim vim63/runtime/syntax/texinfo.vim
+--- vim63.orig/runtime/syntax/texinfo.vim	2005-03-15 10:18:48.000000000 +0100
++++ vim63/runtime/syntax/texinfo.vim	2005-03-22 14:04:51.648446745 +0100
+@@ -351,7 +351,7 @@
+ syn match  texinfoAtCmd "@refill"
+ 
+ 
+-syn cluster texinfoAll contains=ALLBUT,{texinfoThisAtCmd,texinfoHFSpecialChar}
++syn cluster texinfoAll contains=ALLBUT,texinfoThisAtCmd,texinfoHFSpecialChar
+ syn cluster texinfoReducedAll contains=texinfoSpecialChar,texinfoBrcPrmAtCmd
+ "==============================================================================
+ " highlighting