-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0059 - dtags.json
More file actions
27 lines (27 loc) · 957 Bytes
/
0059 - dtags.json
File metadata and controls
27 lines (27 loc) · 957 Bytes
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": "59",
"display_name": "dtags",
"summary": "Create tag files for Borland Delphi/Kylix",
"name": "dtags",
"script_type": "utility",
"description": "This Perl script scans (a given or local) directory tree for Delphi/Kylix files and prints a tag-file to stdout.\n",
"install_details": "- install perl\n- execute \"perl dtags /mysrc/test/ > tags\" to create a tagfile from directory \"/mysrc/test\"\n- use \":set tags\" to set the location of your tagfiles",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=99",
"filename": "dtags",
"script_version": "1.2",
"date": "2001-08-12",
"vim_version": "6.0",
"author": {
"user_id": "143",
"user_name": "netztorte",
"first_name": "Thorsten",
"last_name": "Maerz",
"email": "info@netztorte.de",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}