-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0076 - uri-ref.json
More file actions
107 lines (107 loc) · 3.79 KB
/
0076 - uri-ref.json
File metadata and controls
107 lines (107 loc) · 3.79 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
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
{
"script_id": "76",
"display_name": "uri-ref",
"summary": "Easily insert references to URLs in emails",
"name": "uri-ref",
"script_type": "utility",
"description": "Inline URIs in emails make the text around them obscure. This is why I put references to URIs at the bottom of the email.\n\nThis script provides a prompt to do so in a painless way.\n\nExamples and documentation are at: http://larve.net/people/hugo/2001/02/email-uri-refs/",
"install_details": "Just stick the script into your plugins directory or your vimrc.\n\nWhile writing an email, in insert mode, press F5 and follow the instructions.\n\nNote that your mail has to have a valid signature for the script to work as it's currently written.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=6358",
"filename": "uri-ref-20061101.vim",
"script_version": "20061101",
"date": "2006-11-01",
"vim_version": "6.0",
"author": {
"user_id": "205",
"user_name": "hugo",
"first_name": "Hugo",
"last_name": "Haas",
"email": "hugo@larve.net",
"homepage": "http://larve.net/people/hugo/"
},
"release_notes": "Fixed typo that triggered a warning in VIM 7 (Dave Roe)"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=3085",
"filename": "uri-ref-20040601.vim",
"script_version": "20040601",
"date": "2004-06-01",
"vim_version": "6.0",
"author": {
"user_id": "205",
"user_name": "hugo",
"first_name": "Hugo",
"last_name": "Haas",
"email": "hugo@larve.net",
"homepage": "http://larve.net/people/hugo/"
},
"release_notes": "Removed some forgotten debugging code."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=3067",
"filename": "uri-ref-20040528.vim",
"script_version": "20040528",
"date": "2004-05-28",
"vim_version": "6.0",
"author": {
"user_id": "205",
"user_name": "hugo",
"first_name": "Hugo",
"last_name": "Haas",
"email": "hugo@larve.net",
"homepage": "http://larve.net/people/hugo/"
},
"release_notes": "Fixed some numbering bugs."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=161",
"filename": "uri-ref-20010223.vim",
"script_version": "20010910",
"date": "2001-09-10",
"vim_version": "5.7",
"author": {
"user_id": "205",
"user_name": "hugo",
"first_name": "Hugo",
"last_name": "Haas",
"email": "hugo@larve.net",
"homepage": "http://larve.net/people/hugo/"
},
"release_notes": "InsertRef() and ConvertToRef() were behaving differently with a shiftwidth different from 2.\nThis has been fixed"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=149",
"filename": "uri-ref-20010223.vim",
"script_version": "20010223",
"date": "2001-09-03",
"vim_version": "5.7",
"author": {
"user_id": "205",
"user_name": "hugo",
"first_name": "Hugo",
"last_name": "Haas",
"email": "hugo@larve.net",
"homepage": "http://larve.net/people/hugo/"
},
"release_notes": "Included URL for documentation."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=148",
"filename": "uri-ref-20010223.vim",
"script_version": "20010223",
"date": "2001-09-03",
"vim_version": "5.7",
"author": {
"user_id": "205",
"user_name": "hugo",
"first_name": "Hugo",
"last_name": "Haas",
"email": "hugo@larve.net",
"homepage": "http://larve.net/people/hugo/"
},
"release_notes": "Initial upload"
}
]
}