-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0047 - Mail_Re.set.json
More file actions
43 lines (43 loc) · 1.65 KB
/
0047 - Mail_Re.set.json
File metadata and controls
43 lines (43 loc) · 1.65 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
{
"script_id": "47",
"display_name": "Mail_Re.set",
"summary": "Merge the all the \"Re: Re:\" in e-mail subjects in only one.",
"name": "Mail_Re.set",
"script_type": "utility",
"description": "May be, you have allready noticed and used the two macros : ,re that merges all the \"[Rr][Ee]:\" in the subject in only one \"Re:\" and ,Re that merges \"[Rr][Re]: Re[n]\" in \"Re[n+1]\". \nThis file combines the features from both macros without any visual bell or incremention of the first number in the subject. \n",
"install_details": "Copy the file anywhere you want. Source it from your e-mail pluggins file and then call the function Mail_Re() or map it to anything you want.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=68",
"filename": "Mail_Re.set",
"script_version": "1.2",
"date": "2001-07-28",
"vim_version": "5.7",
"author": {
"user_id": "102",
"user_name": "hermitte",
"first_name": "Luc",
"last_name": "Hermitte",
"email": "hermitte@free.fr",
"homepage": "http://hermitte.free.fr/vim"
},
"release_notes": "Comments translated to English"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=66",
"filename": "Mail_Re.set",
"script_version": "1.1",
"date": "2001-07-27",
"vim_version": "5.7",
"author": {
"user_id": "102",
"user_name": "hermitte",
"first_name": "Luc",
"last_name": "Hermitte",
"email": "hermitte@free.fr",
"homepage": "http://hermitte.free.fr/vim"
},
"release_notes": "Initial upload"
}
]
}