-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvim81.json
111 lines (111 loc) · 2.91 KB
/
vim81.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
104
105
106
107
108
109
110
111
{
"homepage": "http://www.vim.org",
"description": "A highly configurable text editor for efficiently creating and changing any kind of text.",
"license": "Vim",
"version": "8.1.2424",
"architecture": {
"64bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2424/gvim_8.1.2424_x64.zip",
"hash": "4bbd8942137c007f8fc18ee1b2d6a117649c4f755880681b701ee4f5e15a47ea"
},
"32bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2424/gvim_8.1.2424_x86.zip",
"hash": "c746d76870c2e7bd8ca95f7cfcf2b732257f25b819b98678a8d2e9722a5c43fd"
}
},
"extract_dir": "vim\\vim81",
"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"
},
"32bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x86.zip"
}
},
"extract_dir": "vim\\vim$majorVersion$minorVersion"
},
"suggest": {
"vimtutor": "vimtutor"
}
}