r1145 - in /trunk/packages/vim: debian/changelog runtime/syntax/debchangelog.vim

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Thu Jan 10 13:34:40 UTC 2008


Author: jamessan
Date: Thu Jan 10 13:34:39 2008
New Revision: 1145

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1145
Log:
* runtime/syntax/debchangelog.vim:  Adjust the "Closes" syntax highlighting
  to allow newlines as part of the whitespace.  (Closes: #460074)

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/runtime/syntax/debchangelog.vim

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1145&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Thu Jan 10 13:34:39 2008
@@ -12,8 +12,10 @@
     - Drop Build-Conflicts on old version of libperl-dev.
     - Drop versioning from Build-Depends that are available in Sarge.
     - Drop unnecessary ruby and perl Build-Depends.
-
- -- James Vega <jamessan at debian.org>  Wed, 02 Jan 2008 11:21:46 -0500
+  * runtime/syntax/debchangelog.vim:  Adjust the "Closes" syntax highlighting
+    to allow newlines as part of the whitespace.  (Closes: #460074)
+
+ -- James Vega <jamessan at debian.org>  Thu, 10 Jan 2008 08:33:10 -0500
 
 vim (1:7.1-175+2) unstable; urgency=low
 

Modified: trunk/packages/vim/runtime/syntax/debchangelog.vim
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/runtime/syntax/debchangelog.vim?rev=1145&op=diff
==============================================================================
--- trunk/packages/vim/runtime/syntax/debchangelog.vim (original)
+++ trunk/packages/vim/runtime/syntax/debchangelog.vim Thu Jan 10 13:34:39 2008
@@ -21,7 +21,7 @@
 syn match debchangelogUrgency	contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
 syn match debchangelogTarget	contained "\( \(old\)\=stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| \%(sarge\|etch\)-backports\| \%(sarge\|etch\)-volatile\| \(old\)\=stable-security\| testing-security\| \(dapper\|edgy\|feisty\|gutsy\|hardy\)\(-\(security\|proposed\|updates\|backports\|commercial\|partner\)\)\?\)\+"
 syn match debchangelogVersion	contained "(.\{-})"
-syn match debchangelogCloses	contained "closes:\s*\(bug\)\=#\=\s\=\d\+\(,\s*\(bug\)\=#\=\s\=\d\+\)*"
+syn match debchangelogCloses	contained "closes:\_s*\(bug\)\=#\=\_s\=\d\+\(,\_s*\(bug\)\=#\=\_s\=\d\+\)*"
 syn match debchangelogLP	contained "\clp:\s\+#\d\+\(,\s*#\d\+\)*"
 syn match debchangelogEmail	contained "[_=[:alnum:].+-]\+@[[:alnum:]./\-]\+"
 syn match debchangelogEmail	contained "<.\{-}>"




More information about the pkg-vim-maintainers mailing list