You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, but with major limitations. It doesn't understand Vim script -- only goes line-by-line and tries to parse simple commands -- so it ignores function and control statements (but reads the body).
The code is in FakeVimHandler::Private::handleExSourceCommand(). You just need to run
Does fakevim supports reading .vimrc from user selected file location instead of the default one under home folder?
The text was updated successfully, but these errors were encountered: