Re-enable local directory .vimrc.local hook

This commit is contained in:
Brian Buller 2016-10-12 09:48:14 -05:00
parent 286df2fb61
commit 47694e5fbe
1 changed files with 3 additions and 3 deletions

View File

@ -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
" }}