-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0065 - CD.vim.json
91 lines (91 loc) · 3.04 KB
/
0065 - CD.vim.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"script_id": "65",
"display_name": "CD.vim",
"summary": "CD to whatever directory the current buffer is using.",
"name": "CD.vim",
"script_type": "utility",
"description": "This is a tiny little script to allow the VIM user to CD to whatever directory your buffer currently is in. So, if you \"vim my/dir/deeply/in/src/file.txt\" a lot then \":CD\" will move VIM into my/dir/deeply/in/src so that you can edit other files easily within the same directory.\n",
"install_details": "Either copy the guts of the file into your .vimrc or source it.\n\nShare and enjoy!\n",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=928",
"filename": "cd.vim",
"script_version": "2.1",
"date": "2002-06-17",
"vim_version": "6.0",
"author": {
"user_id": "711",
"user_name": "vipin",
"first_name": "vipin",
"last_name": "aravind",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "useful when changing directories when buffers are switched."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=445",
"filename": "CD.vim",
"script_version": "2.0",
"date": "2002-01-03",
"vim_version": "5.7",
"author": {
"user_id": "299",
"user_name": "kgergely",
"first_name": "Gergely",
"last_name": "Kontra",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Simplified. I'm not sure it works under vim 5.7"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=234",
"filename": "CD.vim",
"script_version": "1.1",
"date": "2001-10-03",
"vim_version": "5.7",
"author": {
"user_id": "166",
"user_name": "hrharkins",
"first_name": "Rich",
"last_name": "Harkins",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added support for backslash separated filenames. Thanks to Kontra Gergely for pointing this flaw out."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=121",
"filename": "CD.vim",
"script_version": "1.000001:)",
"date": "2001-08-20",
"vim_version": "5.7",
"author": {
"user_id": "166",
"user_name": "hrharkins",
"first_name": "Rich",
"last_name": "Harkins",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Sorry - missed the com command off my posting!!!\n:)\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=120",
"filename": "CD.vim",
"script_version": "1.0",
"date": "2001-08-20",
"vim_version": "5.7",
"author": {
"user_id": "166",
"user_name": "hrharkins",
"first_name": "Rich",
"last_name": "Harkins",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}