Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 1.53 KB

File metadata and controls

73 lines (43 loc) · 1.53 KB

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.