vim: add shortcut for gVim

This commit is contained in:
Richard Kuhnt 2018-07-20 16:02:05 +02:00
parent e14b5705aa
commit 6bcb6643e7

View File

@ -72,6 +72,12 @@
"-d" "-d"
] ]
], ],
"shortcuts": [
[
"gvim.exe",
"gVim"
]
],
"post_install": [ "post_install": [
"if( !(test-path ~\\.vimrc) -and !(test-path ~\\_vimrc) -and !(test-path ~\\vimfiles\\vimrc) -and !(test-path $env:VIM\\_vimrc) ) {", "if( !(test-path ~\\.vimrc) -and !(test-path ~\\_vimrc) -and !(test-path ~\\vimfiles\\vimrc) -and !(test-path $env:VIM\\_vimrc) ) {",
" cp \"$dir\\vimrc_example.vim\" ~\\_vimrc", " cp \"$dir\\vimrc_example.vim\" ~\\_vimrc",