Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 9468761a771851f5c68a11db2ba76c21 > files > 14

vim-7.2.065-9.4mdv2008.0.src.rpm

--- ./runtime/filetype.vim.tv	2006-05-09 12:08:58.616588721 +0200
+++ ./runtime/filetype.vim	2006-05-09 12:12:54.347990897 +0200
@@ -2013,6 +2013,12 @@
 	\|else
 	\|  call s:StarSetf('changelog')
 	\|endif
+au BufNewFile,BufRead *.log
+	\ if getline(1) =~ '; urgency='
+	\|  call s:StarSetf('debchangelog')
+	\|else
+	\|  call s:StarSetf('changelog')
+	\|endif
 
 " Crontab
 au BufNewFile,BufRead crontab,crontab.*		call s:StarSetf('crontab')