Skip to content

A Vim plugin which works like vcvarsall.bat

License

Notifications You must be signed in to change notification settings

hattya/vcvars.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcvars.vim

vcvars.vim is a Vim plugin to retrieve the PATH, INCLUDE, LIB, and LIBPATH environment variables for the specified version of Visual C++.

https://ci.appveyor.com/api/projects/status/pjvw0fiidsy229jq/branch/master?svg=true

Installation

Vundle

Plugin 'hattya/vcvars.vim'

vim-plug

Plug 'hattya/vcvars.vim'

dein.vim

call dein#add('hattya/vcvars.vim')

Requirements

  • Vim 8.0+
  • Visual Studio 2010+

Testing

vcvars.vim uses themis.vim for testing.

$ cd /path/to/vcvars.vim
$ git clone https://github.com/thinca/vim-themis
$ ./vim-themis/bin/themis

License

vcvars.vim is distributed under the terms of the MIT License.

Releases

No releases published

Packages

No packages published