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