-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0079 - wordlist.vim.json
More file actions
43 lines (43 loc) · 1.44 KB
/
0079 - wordlist.vim.json
File metadata and controls
43 lines (43 loc) · 1.44 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": "79",
"display_name": "wordlist.vim",
"summary": "Autocorrect wordlist from Office XP",
"name": "wordlist.vim",
"script_type": "utility",
"description": "When Vim parses this file it will give you autocorrection of words (\"andthe\" becomes \"and the\").",
"install_details": "I just put a line in my _vimrc file like so: source $VIMRUNTIME/plugin/wordlist.vim\n",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=158",
"filename": "wordlist.vim",
"script_version": "1.01",
"date": "2001-09-06",
"vim_version": "6.0",
"author": {
"user_id": "212",
"user_name": "robert",
"first_name": "Robert",
"last_name": "Hicks",
"email": "sigzero@gmail.com",
"homepage": ""
},
"release_notes": "Just changed some comments to give the person who did the actual \nconversion due credit. There is also a website that you can check\nfor updated wordlist.vim files."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=153",
"filename": "wordlist.vim",
"script_version": "1.0",
"date": "2001-09-05",
"vim_version": "6.0",
"author": {
"user_id": "212",
"user_name": "robert",
"first_name": "Robert",
"last_name": "Hicks",
"email": "sigzero@gmail.com",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}