Update and merge changes to vimrc
This commit is contained in:
parent
70d8f0b9d4
commit
c72c7d2778
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("~/.vimrc.local")
|
||||
source ~/.vimrc.local
|
||||
if exists("$HOME/.vimrc.local")
|
||||
source $HOME/.vimrc.local
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue