-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathvimtutor.json
20 lines (20 loc) · 860 Bytes
/
vimtutor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"version": "0.2018.07.25",
"description": "The vimtutor that comes with Vim for Windows doesn't work with Scoop. This one does.",
"homepage": "https://github.com/lukesampson/psutils",
"license": "MIT",
"suggest": {
"vim": "vim"
},
"url": "https://raw.githubusercontent.com/lukesampson/psutils/3290c04d7653ea8183a5e11d3d5a4e46716035d1/vimtutor.ps1",
"hash": "1df57e3bf4139ca096acd71896cc1797ae539ed3ab77185c0ed93846b3c60790",
"bin": "vimtutor.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils/commits/master/vimtutor.ps1.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/vimtutor.ps1"
}
}