I am running windows with gVim version 7.3-46 (32bit)
I have set up Vim to automatically source my .vimrc after saving it with
if has("autocmd")
autocmd bufwritepost vimrc.win source $MYVIMRC "Source config file on save
endif
But when I issue the :w
command my Powerline loses its color (it gets sourced indeed but breaks something). After reloading the file manually via :source $MYVIMRC
the color returns. --> MYVIMRC
Duplicate of issue 213. When resourcing vimrc always use autocmd-nested.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With