-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0081 - translate.vim.json
More file actions
27 lines (27 loc) · 1.02 KB
/
0081 - translate.vim.json
File metadata and controls
27 lines (27 loc) · 1.02 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
{
"script_id": "81",
"display_name": "translate.vim",
"summary": "Look up a word in a dictionary file",
"name": "translate.vim",
"script_type": "utility",
"description": "This script looks up a word in a\ndictionary file using egrep (you can change this to grep, of course).\nWhen the word was found, a new window with the search results is opened at the bottom of the screen.\n\nThis script was inspired by Emacs' translate.el.",
"install_details": "Put this script in your ~/.vim/plugin directory",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=162",
"filename": "translate.vim",
"script_version": "0.01",
"date": "2001-09-11",
"vim_version": "6.0",
"author": {
"user_id": "223",
"user_name": "johannes",
"first_name": "Johannes",
"last_name": "Tanzler",
"email": "johannes.tanzler@aon.at",
"homepage": "http://www.unet.univie.ac.at/~a9925098/"
},
"release_notes": "Initial upload"
}
]
}