2015-01-04 13:23:58 -06:00
|
|
|
" This loads after the yadr plugins so that plugin mappings can
|
2012-01-25 14:26:23 -05:00
|
|
|
" be overwritten.
|
|
|
|
|
2012-08-22 07:56:19 +08:00
|
|
|
if filereadable(expand("~/.yadr/vim/after/.vimrc.after"))
|
|
|
|
source ~/.yadr/vim/after/.vimrc.after
|
2012-01-25 14:26:23 -05:00
|
|
|
endif
|
|
|
|
|
2012-08-22 07:56:19 +08:00
|
|
|
if filereadable(expand("~/.vimrc.after"))
|
|
|
|
source ~/.vimrc.after
|
|
|
|
endif
|