0

Recently I installed two versions of Visual Studio on the same machine with VSVim extensions. Because they differ in functionality they require different settings in the vsvimrc file and that is the problem.

Is it possible to share the same vsvimrc file between different versions of Visual Studio but select slightly different configuration based on the version?

StanislawSwierc
  • 2,571
  • 17
  • 23

1 Answers1

0

Depending on what the exact parameters of your problem, you could do several things. For one, you could put the base of common functionality in your _vsvimrc and put the difference in a separate file for each version and then just source that file when you start Visual Studio. That requires a manual step of sourcing the file, but it could work.

Keith Pinson
  • 7,835
  • 7
  • 61
  • 104