[SCM] Vim packaging branch, debian, updated. upstream/7.2.148-1022-gf6a76d8

James Vega jamessan at debian.org
Fri Jun 5 20:55:28 UTC 2009


The following commit has been merged in the debian branch:
commit 1e21fa53621495b80ced80106d32160a656b0d79
Author: James Vega <jamessan at debian.org>
Date:   Fri Jun 5 16:42:49 2009 -0400

    syntax/debchangelog.vim: Remove an incorrect \= from debchangelogTarget
    
    This fixes highlighting of experimental as the upload target.
    
    Closes: #532027
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/syntax/debchangelog.vim b/runtime/syntax/debchangelog.vim
index 0c746a7..040d48d 100644
--- a/runtime/syntax/debchangelog.vim
+++ b/runtime/syntax/debchangelog.vim
@@ -3,7 +3,7 @@
 " Maintainer:  Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>
 " Former Maintainers: Gerfried Fuchs <alfie at ist.org>
 "                     Wichert Akkerman <wakkerma at debian.org>
-" Last Change: 2009 Apr 17
+" Last Change: 2009 Jun 05
 " URL: http://git.debian.org/?p=pkg-vim/vim.git;a=blob_plain;f=runtime/syntax/debchangelog.vim;hb=debian
 
 " Standard syntax initialization
@@ -19,7 +19,7 @@ syn case ignore
 " Define some common expressions we can use later on
 syn match debchangelogName	contained "^[[:alnum:]][[:alnum:].+-]\+ "
 syn match debchangelogUrgency	contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
-syn match debchangelogTarget	contained "\v %(frozen|unstable|%(testing|%(old)=stable)=%(-proposed-updates|-security)=|experimental|%(etch|lenny)-%(backports|volatile)|%(dapper|hardy|intrepid|jaunty|karmic)%(-%(security|proposed|updates|backports|commercial|partner))=)+"
+syn match debchangelogTarget	contained "\v %(frozen|unstable|%(testing|%(old)=stable)%(-proposed-updates|-security)=|experimental|%(etch|lenny)-%(backports|volatile)|%(dapper|hardy|intrepid|jaunty|karmic)%(-%(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 debchangelogLP	contained "\clp:\s\+#\d\+\(,\s*#\d\+\)*"

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list