-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0077 - incfiles.vim.json
More file actions
27 lines (27 loc) · 1.49 KB
/
0077 - incfiles.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": "77",
"display_name": "incfiles.vim",
"summary": "create menu entries for each include file in a C/C++ file",
"name": "incfiles.vim",
"script_type": "utility",
"description": "This script generates menu entries for each include file within the actual edited C/C++ file.\nAfter executing it, you can enter any of the include files by selecting them via menu.\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",
"install_details": "- create menu entry for include file (to enter it) within C/C++ files\n- adds menu entries under main menu 'Proj'\ne.g. enter ':% call CreateIncFileMenu()' within your C/C++ file.\nThen you can enter any include file by selecting it in the menu.\nCreate 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\\ include\\ files\t\t:so $VIM_SYNTAX/incfiles.vim<CR>:% call CreateIncFileMenu()<CR>'\n",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=151",
"filename": "incfiles.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"
}
]
}