-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0008 - vimbuddy.vim.json
59 lines (59 loc) · 1.86 KB
/
0008 - vimbuddy.vim.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
{
"script_id": "8",
"display_name": "vimbuddy.vim",
"summary": "Vimbuddy: An absolutely unuseful little thing",
"name": "vimbuddy.vim",
"script_type": "utility",
"description": "Puts a smiley on your status line. Nose will rotate on <Left> and <Right>\nWill frown on errors and warnings",
"install_details": "Source vimbuddy.vim from your .vimrc or put into plugin/ \nthen put the string \"%{VimBuddy()}\" into your 'statusline'",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=7481",
"filename": "vimbuddy.vim",
"script_version": "0.9.2",
"date": "2007-08-09",
"vim_version": "7.0",
"author": {
"user_id": "24",
"user_name": "madsen",
"first_name": "Flemming",
"last_name": "Madsen",
"email": "vim@themadsens.dk",
"homepage": ""
},
"release_notes": "Ported to vim 7 (variable names fixed)"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=806",
"filename": "vimbuddy.vim",
"script_version": "0.9.1",
"date": "2002-04-21",
"vim_version": "5.7",
"author": {
"user_id": "24",
"user_name": "madsen",
"first_name": "Flemming",
"last_name": "Madsen",
"email": "vim@themadsens.dk",
"homepage": ""
},
"release_notes": "Allow manual call without failing. Forgot the % in usage"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=9",
"filename": "vimbuddy.vim",
"script_version": "0.9",
"date": "2001-05-31",
"vim_version": "5.7",
"author": {
"user_id": "24",
"user_name": "madsen",
"first_name": "Flemming",
"last_name": "Madsen",
"email": "vim@themadsens.dk",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}