Update vim.json (#1909)

This commit is contained in:
Tres Finocchiaro 2017-12-15 11:18:59 -05:00 committed by Richard Kuhnt
parent dddaabf0ff
commit 9248b46c5e

View File

@ -15,6 +15,10 @@
"extract_dir": "vim\\vim80", "extract_dir": "vim\\vim80",
"bin": [ "bin": [
"vim.exe", "vim.exe",
[
"vim.exe",
"vi"
],
"gvim.exe" "gvim.exe"
], ],
"post_install": "if( !(test-path ~\\.vimrc) -and !(test-path ~\\_vimrc) -and !(test-path ~\\vimfiles\\vimrc) -and !(test-path $env:VIM\\_vimrc) ) { "post_install": "if( !(test-path ~\\.vimrc) -and !(test-path ~\\_vimrc) -and !(test-path ~\\vimfiles\\vimrc) -and !(test-path $env:VIM\\_vimrc) ) {