[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.1.285-56-ge612dc1

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


The following commit has been merged in the deb/runtime branch:
commit e612dc1882c0a8d80733c0c2f651a7d82d219df7
Author: James Vega <jamessan at debian.org>
Date:   Fri Apr 25 10:35:40 2008 -0400

    Update the list of supported Ubuntu releases.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/syntax/debsources.vim b/runtime/syntax/debsources.vim
index d33cd9a..6fc008d 100644
--- a/runtime/syntax/debsources.vim
+++ b/runtime/syntax/debsources.vim
@@ -26,7 +26,7 @@ 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\|edgy\|feisty\|gutsy\|hardy\)\([-[:alnum:]_./]*\)+
+syn match debsourcesDistrKeyword   +\([[:alnum:]_./]*\)\(sarge\|etch\|lenny\|\(old\)\=stable\|testing\|unstable\|sid\|experimental\|dapper\|feisty\|gutsy\|hardy\|intrepid\)\([-[: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