-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0027 - format.vim.json
More file actions
27 lines (27 loc) · 927 Bytes
/
0027 - format.vim.json
File metadata and controls
27 lines (27 loc) · 927 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": "27",
"display_name": "format.vim",
"summary": "formats the current paragraph - smooth right and left",
"name": "format.vim",
"script_type": "utility",
"description": "a function to format paragraphs of text by inserting spaces. text is nicely justified to current text width after use\t\t",
"install_details": "source the script (format.vim) \nplease use only on plain text.. using on codes gives UGLY results :-)",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=35",
"filename": "format.vim",
"script_version": "1.0",
"date": "2001-07-01",
"vim_version": "5.7",
"author": {
"user_id": "73",
"user_name": "kartik",
"first_name": "kartik",
"last_name": "murari",
"email": "kartik_murari@yahoo.co.in",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}