-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0056 - perl.vim.json
43 lines (43 loc) · 1.63 KB
/
0056 - perl.vim.json
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": "56",
"display_name": "perl.vim",
"summary": "Perl compiler script",
"name": "perl.vim",
"script_type": "utility",
"description": "This is compiler script that runs perl -Wc and parses all error and warnings. For more information how to use compilers in VIM read help.\n\nThis version has workaround with redirecting stderr on windows platform so it can run either on unixes or windows.\n\nEnjoy. Lukas",
"install_details": "Just put in the $VIMRUNTIME/compiler directory and run :make.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=91",
"filename": "perl.vim",
"script_version": "1.1",
"date": "2001-08-09",
"vim_version": "6.0",
"author": {
"user_id": "132",
"user_name": "lzap",
"first_name": "Lukas",
"last_name": "Zapletal",
"email": "Lukas.Zapletal@seznam.cz",
"homepage": ""
},
"release_notes": "I made a mistake so the script didn`t manage errors ending ', near \"...\"' correctly. Now it is fixed.\n\nI know VIM 6.0 has tools/efm_perl.pl - but this is not working under Windows and it is slower (because perl is called twice)."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=87",
"filename": "perl.vim",
"script_version": "1.0",
"date": "2001-08-08",
"vim_version": "6.0",
"author": {
"user_id": "132",
"user_name": "lzap",
"first_name": "Lukas",
"last_name": "Zapletal",
"email": "Lukas.Zapletal@seznam.cz",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}