[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-235-g3a6a3fd

Gerfried Fuchs rhonda at debian.at
Thu Jul 10 19:45:03 UTC 2008


The following commit has been merged in the debian branch:
commit 3a6a3fd866b03790f3cd3f2bd07d9cdca615507d
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Thu Jul 10 21:43:33 2008 +0200

    package names are allowed to start off with alphanumeric, not only alpha
    
    Signed-off-by: Gerfried Fuchs <rhonda at debian.at>

diff --git a/runtime/syntax/debchangelog.vim b/runtime/syntax/debchangelog.vim
index e751fbc..ba17c4f 100644
--- a/runtime/syntax/debchangelog.vim
+++ b/runtime/syntax/debchangelog.vim
@@ -17,7 +17,7 @@ endif
 syn case ignore
 
 " Define some common expressions we can use later on
-syn match debchangelogName	contained "^[[:alpha:]][[:alnum:].+-]\+ "
+syn match debchangelogName	contained "^[[:alnum:]][[: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|feisty|gutsy|hardy|intrepid)%(-%(security|proposed|updates|backports|commercial|partner))=)+"
 syn match debchangelogVersion	contained "(.\{-})"

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list