]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vim/vimrc
vim/vimrc: remove old setting for mercurial patch queues
[config/dotfiles.git] / vim / vimrc
index bb7ac1e3f59b81979ab9d9905e5a3530062496e1..d73cb0ea19a426be848ce882921c4ce26af7c566 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1083,10 +1083,6 @@ if has('autocmd')
 " Disable spell checking, displaying of list characters and long lines when
 " viewing documentation.
         autocmd BufReadPost /usr/share/doc/* setlocal nospell nolist | 2match
-
-" Use diff filetype for mercurial patches in patch queue.
-        autocmd BufReadPost */.hg/patches/* set filetype=diff
-
     augroup END
 endif