-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0062 - whatdomain.vim.json
More file actions
43 lines (43 loc) · 1.99 KB
/
0062 - whatdomain.vim.json
File metadata and controls
43 lines (43 loc) · 1.99 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": "62",
"display_name": "whatdomain.vim",
"summary": "Find out meaning of Top Level Domain",
"name": "whatdomain.vim",
"script_type": "utility",
"description": "If you ever wondered what country the domain .tv belonged to, you had to look it up in some database - you had to leave Vim. No More!\nThis plugin offers you a simple function which will identify the domain and print it out. You can call the function WhatDomain directly (with one string argument, the TLD), ot even better, use the following command on the Vim command line:\n :WhatDomain\nIt will ask you for the domain you want to have identified and subsequently prints out which country or category this domain belongs to. You can also pass the domain you ask for as a parameter (:WhatDomain de) or use the function call syntax (:call WhatDomain).",
"install_details": "Just source this file at any point. To have it always available, simply put it in you .vim/plugin directory.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=172",
"filename": "whatdomain.vim",
"script_version": "20010919",
"date": "2001-09-19",
"vim_version": "6.0",
"author": {
"user_id": "38",
"user_name": "Highbrow",
"first_name": "Michael",
"last_name": "Piefel",
"email": "piefel@informatik.hu-berlin.de",
"homepage": ""
},
"release_notes": "Thanks to a patch by Salman Halim you can now also call the routine with the domain as a parameter."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=116",
"filename": "whatdomain.vim",
"script_version": "20010820",
"date": "2001-08-20",
"vim_version": "6.0",
"author": {
"user_id": "38",
"user_name": "Highbrow",
"first_name": "Michael",
"last_name": "Piefel",
"email": "piefel@informatik.hu-berlin.de",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}