diff -rupN vim73.orig/runtime/filetype.vim vim73/runtime/filetype.vim --- vim73.orig/runtime/filetype.vim 2011-02-28 21:16:54.188858309 +0100 +++ vim73/runtime/filetype.vim 2011-02-28 21:18:28.628849670 +0100 @@ -17,7 +17,7 @@ augroup filetypedetect " Ignored extensions if exists("*fnameescape") -au BufNewFile,BufRead ?\+.orig,?\+.bak,?\+.old,?\+.new,?\+.dpkg-dist,?\+.dpkg-old,?\+.rpmsave,?\+.rpmnew +au BufNewFile,BufRead ?\+.orig,?\+.bak,?\+.old,?\+.new,?\+.mine,?\+.dpkg-dist,?\+.dpkg-old,?\+.rpmsave,?\+.rpmnew \ exe "doau filetypedetect BufRead " . fnameescape(expand(":r")) au BufNewFile,BufRead *~ \ let s:name = expand("") |