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
All code in this project is covered under the Apache 2 license a copy of which is available in the same directory under the name License.txt.
Building
===
1. Install the Visual Studio SDK
2. Open the Solution VsVim.sln
3. Build
VsVim.sln will only work on machines with both Visual Studio 2010 and 2012 installed. For machines with only one or the other installed use VsVim10 and VsVim11 respectively.
Branching Structure
===
- master: Stable branch
- staging: Used for releasing new versions
- fixes*: Both short and long term fixes
- dead*: Branches which will never integrate with master again.