[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-90-g90b6b3e

James Vega jamessan at debian.org
Fri Apr 25 14:15:59 UTC 2008


The following commit has been merged in the debian branch:
commit 90b6b3e457454752e4607719ae7aef5f46b6cc79
Author: James Vega <jamessan at debian.org>
Date:   Fri Apr 25 10:04:02 2008 -0400

    Update the list of supported Ubuntu releases.
    
    Since Hardy was just released, Edgy will be end-of-lifed at the end of this
    month and Intrepid is the next release.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/syntax/debchangelog.vim b/runtime/syntax/debchangelog.vim
index f2b8a8e..e751fbc 100644
--- a/runtime/syntax/debchangelog.vim
+++ b/runtime/syntax/debchangelog.vim
@@ -19,7 +19,7 @@ syn case ignore
 " Define some common expressions we can use later on
 syn match debchangelogName	contained "^[[:alpha:]][[:alnum:].+-]\+ "
 syn match debchangelogUrgency	contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
-syn match debchangelogTarget	contained "\v %(%(old)=stable|frozen|unstable|%(testing-|%(old)=stable-)=proposed-updates|experimental|%(sarge|etch|lenny)-%(backports|volatile)|%(testing|%(old)=stable)-security|%(dapper|edgy|feisty|gutsy|hardy)%(-%(security|proposed|updates|backports|commercial|partner))=)+"
+syn match debchangelogTarget	contained "\v %(%(old)=stable|frozen|unstable|%(testing-|%(old)=stable-)=proposed-updates|experimental|%(sarge|etch|lenny)-%(backports|volatile)|%(testing|%(old)=stable)-security|%(dapper|feisty|gutsy|hardy|intrepid)%(-%(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