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.
- Install the Visual Studio SDK
- Open the Solution VsVim.sln
- Build
VsVim.sln will work with any version of Visual Studio since 2010. The SKU must be professional or higher due to the use of VSIX projects.
- 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.