Package: vim
Version: 2:7.2.245-2
Tags: patch

rc-buggy as been an alias for the experimental suite since Debconf8; the
attached patch adds highlighting for this.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected]
       `-
diff -urNd vim-7.2.245.orig/runtime/syntax/debsources.vim 
vim-7.2.245/runtime/syntax/debsources.vim
--- vim-7.2.245.orig/runtime/syntax/debsources.vim      2009-11-01 
01:51:09.000000000 +0000
+++ vim-7.2.245/runtime/syntax/debsources.vim   2009-11-01 01:51:41.000000000 
+0000
@@ -23,7 +23,7 @@
 
 " Match uri's
 syn match debsourcesUri            
+\(http://\|ftp://\|[rs]sh://\|debtorrent://\|\(cdrom\|copy\|file\):\)[^'   
<>"]\++
-syn match debsourcesDistrKeyword   
+\([[:alnum:]_./]*\)\(etch\|lenny\|squeeze\|\(old\)\=stable\|testing\|unstable\|sid\|experimental\|dapper\|hardy\|intrepid\|jaunty\|karmic\)\([-[:alnum:]_./]*\)+
+syn match debsourcesDistrKeyword   
+\([[:alnum:]_./]*\)\(etch\|lenny\|squeeze\|\(old\)\=stable\|testing\|unstable\|sid\|experimental\|rc-buggy\|dapper\|hardy\|intrepid\|jaunty\|karmic\)\([-[:alnum:]_./]*\)+
 
 " Associate our matches and regions with pretty colours
 hi def link debsourcesLine            Error

Attachment: signature.asc
Description: PGP signature

Reply via email to