You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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",