r428 - in trunk/vim/debian: . patches

Norbert Tretkowski nobse at costa.debian.org
Tue Dec 13 06:26:40 UTC 2005


Author: nobse
Date: 2005-12-13 06:26:36 +0000 (Tue, 13 Dec 2005)
New Revision: 428

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/patches/148_debchangelog.vim.diff
Log:
Applied patch from Adeodato Sim?\195?\131?\194?\179 to fix broken syntax hilighting of urgency in debchangelog.vim.


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-12-09 09:01:35 UTC (rev 427)
+++ trunk/vim/debian/changelog	2005-12-13 06:26:36 UTC (rev 428)
@@ -1,3 +1,11 @@
+vim (1:6.4-004+2) unstable; urgency=low
+
+  [ Norbert Tretkowski ]
+  * Applied patch from Adeodato Simó to fix broken syntax hilighting
+    of urgency in debchangelog.vim. (closes: #343136)
+
+ -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Tue, 13 Dec 2005 07:25:29 +0100
+
 vim (1:6.4-004+1) unstable; urgency=low
 
   [ Debian VIM Maintainers ]

Modified: trunk/vim/debian/patches/148_debchangelog.vim.diff
===================================================================
--- trunk/vim/debian/patches/148_debchangelog.vim.diff	2005-12-09 09:01:35 UTC (rev 427)
+++ trunk/vim/debian/patches/148_debchangelog.vim.diff	2005-12-13 06:26:36 UTC (rev 428)
@@ -8,7 +8,7 @@
 -syn match debchangelogUrgency	contained "; urgency=\(low\|medium\|high\|critical\)"
 -syn match debchangelogTarget	contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\)\+"
 +syn match debchangelogUrgency	contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
-+syn match debchangelogTarget	contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| stable-security\| testing-security\)\+;"
++syn match debchangelogTarget	contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| stable-security\| testing-security\)\+"
  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\+\)*"




More information about the pkg-vim-maintainers mailing list