X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=vim%2Fvimrc;fp=vim%2Fvimrc;h=d73cb0ea19a426be848ce882921c4ce26af7c566;hp=bb7ac1e3f59b81979ab9d9905e5a3530062496e1;hb=460df1fa370e9321d9e3015cf85d72af69b386ee;hpb=99397926543b8994cbcdda5d5fa8881f6b3d091c diff --git a/vim/vimrc b/vim/vimrc index bb7ac1e..d73cb0e 100644 --- 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