r98 - in trunk/vim/debian: . patches

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


Author: madcoder-guest
Date: 2005-03-22 08:50:21 +0100 (Tue, 22 Mar 2005)
New Revision: 98

Added:
   trunk/vim/debian/patches/112_prolog.vim.diff
Modified:
   trunk/vim/debian/changelog
Log:
closes some prolog .vim bug

Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-03-21 22:38:42 UTC (rev 97)
+++ trunk/vim/debian/changelog	2005-03-22 07:50:21 UTC (rev 98)
@@ -2,6 +2,7 @@
 
   * Pierre Habouzit <pierre.habouzit@m4x.org>:
     + Fix php indent plugin thanks to the ITLab at MUSC.  (closes: #282135)
+    + Fix prolog syntax file.  (closes: #269692)
 
   * Matthijs Mohlmann <matthijs@cacholong.nl>:
     + Fix lintian warning packages-installs-file-to-usr-x11r6
@@ -12,7 +13,7 @@
       (closes: #300108)
     + Removed Suggests: vim from vim-doc in debian/control
 
- -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Mon, 21 Mar 2005 23:31:12 +0100
+ -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Tue, 22 Mar 2005 08:48:55 +0100
 
 vim (1:6.3-067+2) unstable; urgency=medium
 

Added: trunk/vim/debian/patches/112_prolog.vim.diff
===================================================================
--- trunk/vim/debian/patches/112_prolog.vim.diff	2005-03-21 22:38:42 UTC (rev 97)
+++ trunk/vim/debian/patches/112_prolog.vim.diff	2005-03-22 07:50:21 UTC (rev 98)
@@ -0,0 +1,13 @@
+diff -Nrua vim63.orig/runtime/syntax/prolog.vim vim63/runtime/syntax/prolog.vim
+--- vim63.orig/runtime/syntax/prolog.vim	2005-03-15 10:18:48.000000000 +0100
++++ vim63/runtime/syntax/prolog.vim	2005-03-22 08:47:47.141048787 +0100
+@@ -73,7 +73,8 @@
+ 
+ endif
+ 
+-syn sync ccomment maxlines=50
++syn sync ccomment
++syn sync maxlines=50
+ 
+ 
+ " Define the default highlighting.