[vim] 08/10: debian.vim: Remove ft=mail handling for reportbug files

James McCoy jamessan at debian.org
Mon Aug 8 04:49:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 087c4213133b84c132a0689295f0856ed41ab289
Author: James McCoy <jamessan at debian.org>
Date:   Mon Aug 8 00:19:47 2016 -0400

    debian.vim: Remove ft=mail handling for reportbug files
    
    This has been merged upstream.
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/runtime/debian.vim.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/debian/runtime/debian.vim.in b/debian/runtime/debian.vim.in
index 722331f..ad1bc74 100644
--- a/debian/runtime/debian.vim.in
+++ b/debian/runtime/debian.vim.in
@@ -28,10 +28,6 @@ endif
 
 " Some Debian-specific things
 if has("autocmd")
-  " set mail filetype for reportbug's temp files
-  augroup debian
-    au BufRead reportbug-*		set ft=mail
-  augroup END
   if has('gui')
     " Make shift-insert work like in Xterm
     autocmd GUIEnter * if empty(maparg("<S-Insert>", "nvso")) | execute "map <S-Insert> <MiddleMouse>" | endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list