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

James Vega jamessan at debian.org
Thu Mar 27 04:52:28 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit 44483d764d6383f0b00c2d9273f74e42f8902bdd
Author: James Vega <jamessan at debian.org>
Date:   Thu Mar 27 00:36:24 2008 -0400

    Add .dpkg-{old,dist} to the list of extensions which are ignored when determining filetype.  (#421314)

diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index de9bdd3..02eb9fb 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -16,7 +16,7 @@ set cpo&vim
 augroup filetypedetect
 
 " Ignored extensions
-au BufNewFile,BufRead ?\+.orig,?\+.bak,?\+.old,?\+.new,?\+.rpmsave,?\+.rpmnew
+au BufNewFile,BufRead ?\+.orig,?\+.bak,?\+.old,?\+.new,?\+.dpkg-{dist,old},?\+.rpmsave,?\+.rpmnew
 	\ exe "doau filetypedetect BufRead " . expand("<afile>:r")
 au BufNewFile,BufRead *~
 	\ let s:name = expand("<afile>") |

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list