aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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
-