From bfe14a6f0459d5019e652b05e233bb6335e6164c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 2 Apr 2015 15:30:34 +1300 Subject: Remove the ~/.vimrc.local search Using ~/.vim/after instead --- vim/vimrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 28b56b98..d2dfae76 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -596,10 +596,3 @@ if has('eval') && has('autocmd') augroup end endif -" If a file named ~/.vimrc.local exists, source its configuration; this is -" useful for defining filetype rules on systems which happen to have files of -" a known type with atypical suffixes or locations -if filereadable(glob('~/.vimrc.local')) - source ~/.vimrc.local -endif - -- cgit v1.2.3