[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.1.285-124-g9e083de

James Vega jamessan at debian.org
Thu Jun 26 19:13:17 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit 9e083dece210d105e3934da179fd075ff19f7aa5
Author: James Vega <jamessan at debian.org>
Date:   Wed Jun 25 09:04:52 2008 -0400

    Revert changes to runtime/syntax/debsources.vim
    
    Changes aren't being tracked on this branch anymore since debsources.vim is
    under pkg-vim maintenance.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/syntax/debsources.vim b/runtime/syntax/debsources.vim
index 6fc008d..a49ae20 100644
--- a/runtime/syntax/debsources.vim
+++ b/runtime/syntax/debsources.vim
@@ -19,14 +19,14 @@ endif
 syn case match
 
 " A bunch of useful keywords
-syn match debsourcesKeyword        /\(deb-src\|deb\|main\|contrib\|non-free\|restricted\|universe\|multiverse\)/
+syn match debsourcesKeyword        /\(deb-src\|deb\|main\|contrib\|non-free\)/
 
 " Match comments
 syn match debsourcesComment        /#.*/
 
 " Match uri's
-syn match debsourcesUri            +\(http://\|ftp://\|[rs]sh://\|debtorrent://\|\(cdrom\|copy\|file\):\)[^' 	<>"]\++
-syn match debsourcesDistrKeyword   +\([[:alnum:]_./]*\)\(sarge\|etch\|lenny\|\(old\)\=stable\|testing\|unstable\|sid\|experimental\|dapper\|feisty\|gutsy\|hardy\|intrepid\)\([-[:alnum:]_./]*\)+
+syn match debsourcesUri            +\(http://\|ftp://\|file:///\)[^' 	<>"]\++
+syn match debsourcesDistrKeyword   +\([[:alnum:]_./]*\)\(woody\|sarge\|etch\|old-stable\|stable\|testing\|unstable\|sid\|experimental\|warty\|hoary\|breezy\)\([[:alnum:]_./]*\)+
 
 " Associate our matches and regions with pretty colours
 hi def link debsourcesLine            Error

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list