-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0041 - rcs-menu.vim.json
More file actions
27 lines (27 loc) · 1.07 KB
/
0041 - rcs-menu.vim.json
File metadata and controls
27 lines (27 loc) · 1.07 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": "41",
"display_name": "rcs-menu.vim",
"summary": "Interface to RCS (Revision Control System)",
"name": "rcs-menu.vim",
"script_type": "utility",
"description": "rcs-menu.vim is a plugin which allows you to easily interace with the command line versions of rcs, ci, co, rlog and rcsdiff. If you are running a GUI version of Vim, you will get a new menu in the menu bar for RCS. This plugin can also be found at http://lanzarotta.tripod.com/vim.html.",
"install_details": "Simply put rcs-menu.vim in your plugin directory and restart Vim.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=59",
"filename": "rcs-menu.vim",
"script_version": "6.0.2",
"date": "2001-07-25",
"vim_version": "6.0",
"author": {
"user_id": "97",
"user_name": "jefflanzarotta",
"first_name": "jeff",
"last_name": "lanzarotta",
"email": "delux256-vim at yahoo dot com",
"homepage": "http://lanzarotta.tripod.com"
},
"release_notes": "Initial upload"
}
]
}