summaryrefslogtreecommitdiff
path: root/lib/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vimrc')
-rw-r--r--lib/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vimrc b/lib/vimrc
index aee9433..9b429d3 100644
--- a/lib/vimrc
+++ b/lib/vimrc
@@ -276,6 +276,6 @@ colorscheme antiphoton
"call s:hi('diffRemoved', s:white, s:red)
" load ~/.vimrc.local last for local overrides
-if filereadable('~/.vimrc.local')
+if filereadable(expand('~/.vimrc.local'))
source ~/.vimrc.local
endif