-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0029 - sourceSafe.zip.json
139 lines (139 loc) · 5.37 KB
/
0029 - sourceSafe.zip.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"script_id": "29",
"display_name": "sourceSafe.zip",
"summary": "Check out files from Microsoft SourceSafe directly from vim",
"name": "sourceSafe.zip",
"script_type": "utility",
"description": "Interfaces with Microsoft Visual SourceSafe and provides a shortcut to the most frequently used operations such as checkin, checkout, get current file, check differences, and so on. Key features:\n- Takes advantage of Vim6.0's built-in diff feature for comparing the working version with the one in VSS.\n- Displays a list of all files checked out by the current user in a separate window. Operations on multiple files can be done from this window.\n- The lock status of the current buffer is displayed in the status bar.\n- Online documentation.\n- Commands are available in the command line and the menubar.\n- Easy configuration.",
"install_details": "Unzip sourceSafe.zip then read the setup instructions in sourceSafe.vim.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1022",
"filename": "sourceSafe.zip",
"script_version": "1.4c",
"date": "2002-07-16",
"vim_version": "6.0",
"author": {
"user_id": "801",
"user_name": "bluebottle",
"first_name": "David",
"last_name": "Larson",
"email": "david at thesilverstream DOT com",
"homepage": "http://www.thesilverstream.com"
},
"release_notes": "Removed redundant query of current lock status. Updated contact info."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=169",
"filename": "sourceSafe.zip",
"script_version": "1.4a",
"date": "2001-09-13",
"vim_version": "6.0",
"author": {
"user_id": "78",
"user_name": "bubbleboy",
"first_name": "David",
"last_name": "Eggum",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Bug fix plus additions suggested by a few users."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=165",
"filename": "sourceSafe.zip",
"script_version": "1.4",
"date": "2001-09-12",
"vim_version": "6.0",
"author": {
"user_id": "78",
"user_name": "bubbleboy",
"first_name": "David",
"last_name": "Eggum",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added online help and SS commands to the menubar, as well as many other features. Improved script configuration method and fixed many bugs. To setup, follow the instructions in sourceSafe.vim."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=82",
"filename": "sourceSafe.zip",
"script_version": "1.3",
"date": "2001-08-06",
"vim_version": "6.0",
"author": {
"user_id": "78",
"user_name": "bubbleboy",
"first_name": "David",
"last_name": "Eggum",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Added showAll window that displays all checked out files by the current user; VSS commands can be performed directly from this window. Other misc. improvements. Revamped the documentation."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=57",
"filename": "sourceSafe.zip",
"script_version": "1.2",
"date": "2001-07-23",
"vim_version": "6.0",
"author": {
"user_id": "78",
"user_name": "bubbleboy",
"first_name": "David",
"last_name": "Eggum",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Takes advantage of Vim 6.0's built-in diff feature, among other things."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=50",
"filename": "sourceSafe.zip",
"script_version": "1.1a",
"date": "2001-07-17",
"vim_version": "6.0",
"author": {
"user_id": "78",
"user_name": "bubbleboy",
"first_name": "David",
"last_name": "Eggum",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Much improved! The current lock status is placed in the ruler, commands are done silently with results echo'ed to the vim window. Version 1.1a fixes hang after undocheckout when changes have been made"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=49",
"filename": "sourceSafe.zip",
"script_version": "1.1",
"date": "2001-07-17",
"vim_version": "6.0",
"author": {
"user_id": "78",
"user_name": "bubbleboy",
"first_name": "David",
"last_name": "Eggum",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Much improved! The current lock status is placed in the ruler, commands are done silently with results echo'ed to the vim window."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=38",
"filename": "sourceSafe.zip",
"script_version": "1.0",
"date": "2001-07-05",
"vim_version": "5.7",
"author": {
"user_id": "78",
"user_name": "bubbleboy",
"first_name": "David",
"last_name": "Eggum",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}