Source fork and local last

This commit is contained in:
John Tyree 2013-11-28 07:31:45 -06:00
parent 7c134a0449
commit 59fd278c75

View File

@ -15,18 +15,6 @@
" You can find me at http://spf13.com
" }
" Use fork before if available {
if filereadable(expand("~/.vimrc.before.fork"))
source ~/.vimrc.before.fork
endif
" }
" Use local before if available {
if filereadable(expand("~/.vimrc.before.local"))
source ~/.vimrc.before.local
endif
" }
" spf13 options {
" Prevent automatically changing to open file directory
@ -61,3 +49,15 @@
" eg: let g:spf13_consolidated_directory = $HOME . '/.vim/'
" }
" Use fork before if available {
if filereadable(expand("~/.vimrc.before.fork"))
source ~/.vimrc.before.fork
endif
" }
" Use local before if available {
if filereadable(expand("~/.vimrc.before.local"))
source ~/.vimrc.before.local
endif
" }