2015-01-05 03:23:58 +08:00
|
|
|
" This loads after the yadr plugins so that plugin mappings can
|
2012-01-26 03:26:23 +08: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-26 03:26:23 +08:00
|
|
|
endif
|
|
|
|
|
2012-08-22 07:56:19 +08:00
|
|
|
if filereadable(expand("~/.vimrc.after"))
|
|
|
|
source ~/.vimrc.after
|
|
|
|
endif
|