-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0001 - test.vim.json
More file actions
27 lines (27 loc) · 1 KB
/
0001 - test.vim.json
File metadata and controls
27 lines (27 loc) · 1 KB
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
{
"script_id": "1",
"display_name": "test.vim",
"summary": "example utility script file -- used for testing vimonline",
"name": "test.vim",
"script_type": "utility",
"description": "This is an example of a utility script file. I added this so people could see what a script looks like in vimonline -- the file itself is empty. Originally this was just to show how people could use vimonline. Now I use it do do a final test of new code once I deploy it to production.",
"install_details": "Only an example of the install field",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1",
"filename": "test.vim",
"script_version": "1.0",
"date": "2001-05-28",
"vim_version": "5.7",
"author": {
"user_id": "1",
"user_name": "scrott",
"first_name": "Scott",
"last_name": "Johnston",
"email": "scrott@users.sourceforge.net",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}