Re-enable local directory .vimrc.local hook
This commit is contained in:
parent
286df2fb61
commit
47694e5fbe
@ -249,8 +249,8 @@ execute pathogen#infect()
|
||||
"endif
|
||||
|
||||
" Hook for local (directory) changes
|
||||
"if filereadable(glob("./.vimrc.local"))
|
||||
" source ./.vimrc.local
|
||||
"endif
|
||||
if filereadable(glob("./.vimrc.local"))
|
||||
source ./.vimrc.local
|
||||
endif
|
||||
" }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user