-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0092 - borland.vim.json
More file actions
27 lines (27 loc) · 1009 Bytes
/
0092 - borland.vim.json
File metadata and controls
27 lines (27 loc) · 1009 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": "92",
"display_name": "borland.vim",
"summary": "Classic borland IDE like Vim color scheme",
"name": "borland.vim",
"script_type": "color scheme",
"description": "\n",
"install_details": "\n1. Copy the borland.vim script to the .vim/colors directory. Refer to\n ':help colorscheme', ':help syn-default-override' and ':help runtimepath'\n for more details\n2. Use the \":colorscheme borland\" command to use the color scheme. You\n can add this command to the .vimrc or .gvimrc file also.\n",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=188",
"filename": "borland.vim",
"script_version": "1.0",
"date": "2001-09-22",
"vim_version": "6.0",
"author": {
"user_id": "244",
"user_name": "yega",
"first_name": "Yegappan",
"last_name": "Lakshmanan",
"email": "yegappan@yahoo.com",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}