aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-02 15:30:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-04-02 15:30:34 +1300
commitbfe14a6f0459d5019e652b05e233bb6335e6164c (patch)
treea2d832187d2c1ac2ccfc6410d45d1a9b1649174b /vim
parentConsistent whitespace for .gitmodules (diff)
downloaddotfiles-bfe14a6f0459d5019e652b05e233bb6335e6164c.tar.gz
dotfiles-bfe14a6f0459d5019e652b05e233bb6335e6164c.zip
Remove the ~/.vimrc.local search
Using ~/.vim/after instead
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc7
1 files changed, 0 insertions, 7 deletions
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
-