-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0078 - functags.vim.json
More file actions
27 lines (27 loc) · 1.49 KB
/
0078 - functags.vim.json
File metadata and controls
27 lines (27 loc) · 1.49 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": "78",
"display_name": "functags.vim",
"summary": "create menu entries for each function definition in a C/C++ file",
"name": "functags.vim",
"script_type": "utility",
"description": "This script generates menu entries for each C/C++ function definition within the actual edited C/C++ file.\nAfter executing it, you can move to any of the functions by selecting them via menu.\n\n- adds a menu entry under a main menu 'Proj'\n- creates a file cfunctags.vim as script for generating the menu entries\n\nBUGS: does not handle references ('&') and destructors (~) correctly.\n If anyone would add these, please let me know.\n\nThe script is just quick and (hope not very) dirty written, but working (only short tests up to now)\nunder GVIM 5.8, NT4.0, Novell network\n\n",
"install_details": "Create a menu entry in your _gvimrc to source in and call this script:\n\"($VIM_SYNTAX must contain the path to this script file)\n'menu 12.10 Proj.Add\\ local\\ functions\t:so $VIM_SYNTAX/functags.vim<CR>'\n",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=152",
"filename": "functags.vim",
"script_version": "1.0",
"date": "2001-09-04",
"vim_version": "5.7",
"author": {
"user_id": "209",
"user_name": "ramming",
"first_name": "thomas",
"last_name": "ramming",
"email": "Thomas.Ramming@gmx.de",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}