# HG changeset patch # User Meredith Howard # Date 1411236844 14400 # Node ID 46c87d5ef8bf73400a3e0321ae77822b7fa366e0 # Parent d0d2b54e855f185fc624f6fdb05e353974e34108 Add option to source vimrc.local-pre, for adding Plugins near the beginning diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -84,6 +84,15 @@ end Plugin 'yko/mojo.vim' + try + if on_windows == 1 + source ~/_vimrc.local-pre + else + source ~/.vimrc.local-pre + endif + catch + endtry + if installed_vundle == 1 echo "Installing Plugins, please ignore key map error messages" echo ""