[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.1.285-127-g8f8a3ba

James Vega jamessan at debian.org
Mon Jun 30 13:41:42 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit 8f8a3ba830cd6c8c0707eabe40f1e143c4176969
Author: James Vega <jamessan at debian.org>
Date:   Mon Jun 30 09:41:15 2008 -0400

    Remove duplicate debcontrol detection
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index b47680a..362c154 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -537,11 +537,6 @@ au BufNewFile,BufRead control
 	\|   setf debcontrol
 	\| endif
 
-au BufNewFile,BufRead control
-	\  if getline(1) =~ '^Source:'
-	\|   setf debcontrol
-	\| endif
-
 " Debian Sources.list
 au BufNewFile,BufRead /etc/apt/sources.list	setf debsources
 

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list