Is there any way for reloading configuration file (_vsvimrc) for VsVim inside Visual Studio, WITHOUT restarting whole IDE ?
:source C:\path\to\_vsvimrc
returns
Parse Error
UPDATE 2014-05-12
Configuration actually reloaded properly, beside some line that was wrong. In my _vsvimrc I also bind my basic _vimrc file used also in Vim. This was probably the problem. I didn't debug it. I just live with it :).
My config file can be found on GitHub.