-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathvim8.json
104 lines (103 loc) · 2.42 KB
/
vim8.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"homepage": "http://www.vim.org",
"license": "Vim",
"version": "8.0.1563",
"architecture": {
"64bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1563/gvim_8.0.1563_x64.zip",
"hash": "16d1d9c59977be4756450eb2a557634363a05e7e27e28a694a6bd712e853da1d"
}
},
"extract_dir": "vim\\vim80",
"bin": [
"vim.exe",
[
"vim.exe",
"vi"
],
[
"vim.exe",
"ex",
"-e"
],
[
"vim.exe",
"view",
"-R"
],
[
"vim.exe",
"rvim",
"-Z"
],
[
"vim.exe",
"rview",
"-RZ"
],
[
"vim.exe",
"vimdiff",
"-d"
],
"gvim.exe",
[
"gvim.exe",
"gview",
"-R"
],
[
"gvim.exe",
"evim",
"-y"
],
[
"gvim.exe",
"eview",
"-Ry"
],
[
"gvim.exe",
"rgvim",
"-Z"
],
[
"gvim.exe",
"rgview",
"-RZ"
],
[
"gvim.exe",
"gvimdiff",
"-d"
],
"xxd.exe"
],
"shortcuts": [
[
"gvim.exe",
"gVim"
]
],
"post_install": [
"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",
" \"set shell=$((gcm powershell).path)\\ -executionpolicy\\ bypass\" | out-file ~\\_vimrc -append -encoding ascii",
" echo 'Default vimrc file created in ~/_vimrc, with shell set to PowerShell.'",
"} else { echo 'Existing vimrc file found, no default configuration created' }"
],
"checkver": {
"github": "https://github.com/vim/vim-win32-installer"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x64.zip"
}
},
"extract_dir": "vim\\vim$majorVersion$minorVersion"
},
"suggest": {
"vimtutor": "vimtutor"
}
}