-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0098 - spec.vim.json
More file actions
75 lines (75 loc) · 2.71 KB
/
0098 - spec.vim.json
File metadata and controls
75 lines (75 loc) · 2.71 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
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
{
"script_id": "98",
"display_name": "spec.vim",
"summary": "spec file plugin",
"name": "spec.vim",
"script_type": "ftplugin",
"description": "This is a spec file for creating/editing rpm spec files. It supports internal and external macros.\nThere are currently two commands:\n\\ch creates a new changelog entry\n\\CH creates a new single change",
"install_details": "Just put in your .vim/ftplugin dir",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=7519",
"filename": "spec-3.0.zip",
"script_version": "3.0",
"date": "2007-08-17",
"vim_version": "7.0",
"author": {
"user_id": "268",
"user_name": "guillomovitch",
"first_name": "Guillaume",
"last_name": "Rousse",
"email": "guillomovitch@zarb.org",
"homepage": "http://www.zarb.org/~guillomovitch"
},
"release_notes": " - support epoch in revision informations\n - use rpm to evaluate external macros\n - add customization options (Gustavo Niemeyer <niemeyer@conectiva.com>)\n - large code cleanup"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=2665",
"filename": "spec.zip",
"script_version": "0.2.1",
"date": "2004-01-18",
"vim_version": "6.0",
"author": {
"user_id": "268",
"user_name": "guillomovitch",
"first_name": "Guillaume",
"last_name": "Rousse",
"email": "guillomovitch@zarb.org",
"homepage": "http://www.zarb.org/~guillomovitch"
},
"release_notes": "fix archive"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=2655",
"filename": "spec.zip",
"script_version": "0.2",
"date": "2004-01-10",
"vim_version": "6.0",
"author": {
"user_id": "268",
"user_name": "guillomovitch",
"first_name": "Guillaume",
"last_name": "Rousse",
"email": "guillomovitch@zarb.org",
"homepage": "http://www.zarb.org/~guillomovitch"
},
"release_notes": "- removed line width limit- support for %name style macros- quote patten when calling grep (Luca Berra <bluca@comedia.it>)- navigation through sections (Max Ischenko)- doc file"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=205",
"filename": "spec.vim",
"script_version": "0.1",
"date": "2001-09-29",
"vim_version": "6.0",
"author": {
"user_id": "268",
"user_name": "guillomovitch",
"first_name": "Guillaume",
"last_name": "Rousse",
"email": "guillomovitch@zarb.org",
"homepage": "http://www.zarb.org/~guillomovitch"
},
"release_notes": "Initial upload"
}
]
}