diff options
-rw-r--r-- | lib/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |