-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0011 - drawing.vim.json
More file actions
27 lines (27 loc) · 982 Bytes
/
0011 - drawing.vim.json
File metadata and controls
27 lines (27 loc) · 982 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": "11",
"display_name": "drawing.vim",
"summary": "Ascii drawing primitives with mouse in vim GUI (box, arrow, line). (unstable)",
"name": "drawing.vim",
"script_type": "utility",
"description": "Read script file for macro definition. You can draw some box, line or arrow\nby marking an area in visual mode in vim. Both corner of the visual selection\nare the point used for drawing.\n\nThe script is vim 5.4 compatible.",
"install_details": "soucre the file in vim.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=13",
"filename": "drawing.vim",
"script_version": "0.1u",
"date": "2001-06-05",
"vim_version": "5.7",
"author": {
"user_id": "40",
"user_name": "sylvain",
"first_name": "Sylvain",
"last_name": "Viart",
"email": "viart@users.sourceforge.net",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}