[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.1.ds-314-g0c1fc90

James Vega jamessan at debian.org
Mon Mar 24 03:01:53 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit 0c1fc905124ea7313d221fcc2bf48e760dabafd3
Author: James Vega <jamessan at debian.org>
Date:   Sun Mar 23 22:57:30 2008 -0400

    Add lenny distribution and debtorrent, rsh, ssh, cdrom, copy URIs.

diff --git a/runtime/syntax/debsources.vim b/runtime/syntax/debsources.vim
index bf93bb3..d33cd9a 100644
--- a/runtime/syntax/debsources.vim
+++ b/runtime/syntax/debsources.vim
@@ -25,8 +25,8 @@ syn match debsourcesKeyword        /\(deb-src\|deb\|main\|contrib\|non-free\|res
 syn match debsourcesComment        /#.*/
 
 " Match uri's
-syn match debsourcesUri            +\(http://\|ftp://\|file:///\)[^' 	<>"]\++
-syn match debsourcesDistrKeyword   +\([[:alnum:]_./]*\)\(sarge\|etch\|\(old\)\=stable\|testing\|unstable\|sid\|experimental\|dapper\|edgy\|feisty\|gutsy\|hardy\)\([-[:alnum:]_./]*\)+
+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\|edgy\|feisty\|gutsy\|hardy\)\([-[: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