Changed name of project vimrc to .vimrc.project

This commit is contained in:
Nick Nisi
2012-06-16 19:02:01 -05:00
parent 83afb60bc2
commit c62e67a631
2 changed files with 6 additions and 2 deletions

View File

@@ -336,6 +336,6 @@ endif
" => Local, Per Project vimrc
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
if filereadable(".vimrc.local")
if filereadable(".vimrc.project")
source ./.vimrc.local
endif