Fix sourcing of .vimrc.local
This commit is contained in:
parent
71b4dceb14
commit
fec0cd6f68
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -214,6 +214,6 @@ if has('autocmd')
|
|||
\ :call <SID>StripTrailingWhitespace()
|
||||
endif
|
||||
|
||||
if exists("$HOME/.vimrc.local")
|
||||
source $HOME/.vimrc.local
|
||||
if exists("~/.vimrc.local")
|
||||
source ~/.vimrc.local
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue