]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vim/vimrc: remove old setting for mercurial patch queues
authorSimon Ruderich <simon@ruderich.org>
Thu, 12 Jul 2018 11:57:10 +0000 (13:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 12 Jul 2018 11:57:46 +0000 (13:57 +0200)
I haven't been using mercurial for a long time.

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