Build scripts for Vim on Windows.
- Clone the source
git clone https://github.com/vim/vim.git
. - Install Visual Studio Community Edition 2017.
- Run
vimconfig
. - Run
build
(orbuild clean
if needed). - Run
package
if you want an installer.
Build scripts for Vim on Windows.
git clone https://github.com/vim/vim.git
.vimconfig
.build
(or build clean
if needed).package
if you want an installer.