aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-15 08:26:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-15 08:26:14 +0000
commit6840eeefed96bcb0443c552450f54c5cdbb4aaaf (patch)
tree6a4670a60eb42a7848fac72fe98ec0601b0b29c7
parent7eecc514ba47d6c637335c3394f1e39424c4deb3 (diff)
downloadalpine_aports-6840eeefed96bcb0443c552450f54c5cdbb4aaaf.tar.bz2
alpine_aports-6840eeefed96bcb0443c552450f54c5cdbb4aaaf.tar.xz
alpine_aports-6840eeefed96bcb0443c552450f54c5cdbb4aaaf.zip
extra/vim: upgrade to 7.2.234
We don't exclude patches anymore. Instead, just fetch the vim-extra package. Even if we don't really use it, it helps to apply patches.
-rw-r--r--extra/vim/APKBUILD354
1 files changed, 331 insertions, 23 deletions
diff --git a/extra/vim/APKBUILD b/extra/vim/APKBUILD
index a6091b3fbd..3dee6bda28 100644
--- a/extra/vim/APKBUILD
+++ b/extra/vim/APKBUILD
@@ -1,21 +1,19 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=vim 2pkgname=vim
3_srcver=7.2 3_srcver=7.2
4_patchver=079 4_patchver=234
5pkgver=$_srcver.$_patchver 5pkgver=$_srcver.$_patchver
6pkgrel=1 6pkgrel=0
7pkgdesc="advanced text editor" 7pkgdesc="advanced text editor"
8url="http://www.vim.org" 8url="http://www.vim.org"
9license='GPL' 9license='GPL'
10depends="ncurses ncurses-terminfo" 10depends="ncurses-terminfo"
11makedepends="ncurses-dev" 11makedepends="ncurses-dev"
12subpackages="$pkgname-doc" 12subpackages="$pkgname-doc"
13 13
14# those patches dont apply. exclude them
15_patchexclude="007 036 041 049 071 072 074"
16
17# use "abuild patchlist >> APKBUILD" to generate the list of patches 14# use "abuild patchlist >> APKBUILD" to generate the list of patches
18source="ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2 15source="ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
16 ftp://ftp.vim.org/pub/vim/extra/vim-7.2-extra.tar.gz
19 vimrc 17 vimrc
20 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.001 18 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.001
21 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.002 19 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.002
@@ -23,6 +21,7 @@ source="ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
23 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.004 21 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.004
24 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.005 22 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.005
25 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.006 23 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.006
24 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.007
26 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.008 25 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.008
27 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.009 26 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.009
28 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.010 27 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.010
@@ -51,10 +50,12 @@ source="ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
51 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.033 50 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.033
52 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.034 51 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.034
53 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.035 52 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.035
53 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.036
54 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.037 54 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.037
55 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.038 55 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.038
56 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.039 56 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.039
57 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.040 57 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.040
58 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.041
58 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.042 59 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.042
59 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.043 60 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.043
60 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.044 61 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.044
@@ -62,6 +63,7 @@ source="ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
62 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.046 63 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.046
63 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.047 64 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.047
64 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.048 65 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.048
66 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.049
65 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.050 67 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.050
66 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.051 68 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.051
67 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.052 69 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.052
@@ -83,37 +85,180 @@ source="ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
83 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.068 85 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.068
84 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.069 86 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.069
85 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.070 87 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.070
88 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.071
89 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.072
86 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.073 90 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.073
91 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.074
87 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.075 92 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.075
88 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.076 93 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.076
89 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.077 94 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.077
90 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.078 95 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.078
91 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.079 96 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.079
97 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.080
98 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.081
99 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.082
100 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.083
101 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.084
102 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.085
103 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.086
104 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.087
105 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.088
106 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.089
107 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.090
108 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.091
109 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.092
110 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.093
111 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.094
112 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.095
113 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.096
114 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.097
115 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.098
116 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.099
117 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.100
118 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.101
119 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.102
120 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.103
121 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.104
122 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.105
123 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.106
124 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.107
125 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.108
126 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.109
127 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.110
128 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.111
129 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.112
130 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.113
131 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.114
132 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.115
133 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.116
134 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.117
135 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.118
136 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.119
137 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.120
138 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.121
139 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.122
140 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.123
141 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.124
142 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.125
143 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.126
144 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.127
145 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.128
146 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.129
147 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.130
148 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.131
149 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.132
150 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.133
151 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.134
152 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.135
153 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.136
154 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.137
155 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.138
156 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.139
157 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.140
158 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.141
159 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.142
160 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.143
161 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.144
162 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.145
163 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.146
164 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.147
165 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.148
166 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.149
167 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.150
168 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.151
169 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.152
170 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.153
171 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.154
172 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.155
173 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.156
174 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.157
175 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.158
176 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.159
177 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.160
178 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.161
179 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.162
180 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.163
181 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.164
182 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.165
183 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.166
184 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.167
185 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.168
186 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.169
187 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.170
188 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.171
189 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.172
190 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.173
191 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.174
192 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.175
193 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.176
194 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.177
195 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.178
196 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.179
197 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.180
198 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.181
199 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.182
200 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.183
201 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.184
202 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.185
203 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.186
204 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.187
205 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.188
206 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.189
207 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.190
208 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.191
209 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.192
210 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.193
211 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.194
212 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.195
213 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.196
214 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.197
215 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.198
216 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.199
217 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.200
218 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.201
219 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.202
220 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.203
221 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.204
222 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.205
223 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.206
224 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.207
225 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.208
226 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.209
227 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.210
228 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.211
229 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.212
230 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.213
231 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.214
232 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.215
233 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.216
234 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.217
235 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.218
236 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.219
237 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.220
238 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.221
239 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.222
240 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.223
241 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.224
242 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.225
243 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.226
244 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.227
245 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.228
246 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.229
247 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.230
248 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.231
249 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.232
250 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.233
251 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.234
92 " 252 "
93 253
94# this function is only for generating the patches list
95excluded() {
96 local i
97 for i in $_patchexclude; do
98 if [ "$1" = "$i" ]; then
99 return 0
100 fi
101 done
102 return 1
103}
104
105# this generates the patches list 254# this generates the patches list
106patchlist() { 255patchlist() {
107 local i j 256 local i j
108 for i in $(seq 1 $_patchver); do 257 for i in $(seq 1 $_patchver); do
109 local v=$(printf "%0.3i" $i) 258 local v=$(printf "%0.3i" $i)
110 if excluded $v; then
111 continue
112 fi
113 echo -e "\tftp://ftp.vim.org/pub/vim/patches/7.2/$_srcver.$v" 259 echo -e "\tftp://ftp.vim.org/pub/vim/patches/7.2/$_srcver.$v"
114 done 260 done
115} 261}
116
117 262
118build() { 263build() {
119 local i 264 local i
@@ -136,13 +281,14 @@ build() {
136} 281}
137 282
138md5sums="f0901284b338e448bfd79ccca0041254 vim-7.2.tar.bz2 283md5sums="f0901284b338e448bfd79ccca0041254 vim-7.2.tar.bz2
13997aecde2ab504e543a96bec84b3b5638 vimrc 28435e04482f07c57221c9a751aaa3b8dac vim-7.2-extra.tar.gz
1407c2dc4a956cf315e546e347bc349968c 7.2.001 2857c2dc4a956cf315e546e347bc349968c 7.2.001
1417f16f80814f1e071a689806c2056b39d 7.2.002 2867f16f80814f1e071a689806c2056b39d 7.2.002
1420de916fdfd450a4a0d95bed44ae2c398 7.2.003 2870de916fdfd450a4a0d95bed44ae2c398 7.2.003
14325cc99ad42b25b16a4610e2fad9cdab4 7.2.004 28825cc99ad42b25b16a4610e2fad9cdab4 7.2.004
144a5b7b1c7c5b75aa7d730b0b9aa491558 7.2.005 289a5b7b1c7c5b75aa7d730b0b9aa491558 7.2.005
145a93a72cd40c37da91dc634dc8dddefec 7.2.006 290a93a72cd40c37da91dc634dc8dddefec 7.2.006
291c2b2b63dea27ddad92668e63797406c5 7.2.007
146e65c8c2223eea5289d8cbef2e867a5de 7.2.008 292e65c8c2223eea5289d8cbef2e867a5de 7.2.008
147ab1566b69bd0e0c82a866f00675ffe0e 7.2.009 293ab1566b69bd0e0c82a866f00675ffe0e 7.2.009
148d69f559bfb5436c157e8069a829ca50d 7.2.010 294d69f559bfb5436c157e8069a829ca50d 7.2.010
@@ -171,10 +317,12 @@ eca017686205ec8658bf9fa8c73f7af6 7.2.032
17188c91b84ffc772fd57f86475f7ba90f1 7.2.033 31788c91b84ffc772fd57f86475f7ba90f1 7.2.033
172c3d6eaaa0b74df423f90afaaafa3a0de 7.2.034 318c3d6eaaa0b74df423f90afaaafa3a0de 7.2.034
173f4c35dae581d671dc271407d377f7199 7.2.035 319f4c35dae581d671dc271407d377f7199 7.2.035
3200ae8b6ed636fc013e2fa6bdabc182041 7.2.036
1741c6501c366cc8df205955f3e4d3ebba9 7.2.037 3211c6501c366cc8df205955f3e4d3ebba9 7.2.037
175ed3479ddb4ded7b74c82af5e50b0e4a6 7.2.038 322ed3479ddb4ded7b74c82af5e50b0e4a6 7.2.038
1762a61f28f6f793c5a43abded6e59b6506 7.2.039 3232a61f28f6f793c5a43abded6e59b6506 7.2.039
1774c493255ae227498016f30a0002ec1cc 7.2.040 3244c493255ae227498016f30a0002ec1cc 7.2.040
32566bde35426c09d9c666e23215f9a19c9 7.2.041
17899baedef8a9c908774b7ed74deacf184 7.2.042 32699baedef8a9c908774b7ed74deacf184 7.2.042
17987035b208c9377c28d796b1e48ab8aac 7.2.043 32787035b208c9377c28d796b1e48ab8aac 7.2.043
180b127def242996b4e7d7e870cab3e4b45 7.2.044 328b127def242996b4e7d7e870cab3e4b45 7.2.044
@@ -182,6 +330,7 @@ b127def242996b4e7d7e870cab3e4b45 7.2.044
1829ecfa0454f5a329996b273cb12369962 7.2.046 3309ecfa0454f5a329996b273cb12369962 7.2.046
18335e16f4e7198e861a71322fee2cb7909 7.2.047 33135e16f4e7198e861a71322fee2cb7909 7.2.047
18484ef9658181f49bfbd7a61ec87dd0b8d 7.2.048 33284ef9658181f49bfbd7a61ec87dd0b8d 7.2.048
333fc9b65eef81954f6006c307ff11be925 7.2.049
18527a9700e39e266a31df702677acea52c 7.2.050 33427a9700e39e266a31df702677acea52c 7.2.050
18689ce3f5b513510fb288a4a301e7494c7 7.2.051 33589ce3f5b513510fb288a4a301e7494c7 7.2.051
1875992bb56b07a9b9b4e3504f1f2f2c79c 7.2.052 3365992bb56b07a9b9b4e3504f1f2f2c79c 7.2.052
@@ -203,9 +352,168 @@ fa0ccca2decdd2db64947658b04b8c99 7.2.067
203ca5ab057205023613020ca920d903028 7.2.068 352ca5ab057205023613020ca920d903028 7.2.068
204f3e6f3dd76278a9f7e396955faa4ca31 7.2.069 353f3e6f3dd76278a9f7e396955faa4ca31 7.2.069
205805cdc76da46e73ae908038e09efae16 7.2.070 354805cdc76da46e73ae908038e09efae16 7.2.070
3559224b5e9c85fa4d47d418c248aff542e 7.2.071
356ab9250d36651dde9267d1241cac9fb74 7.2.072
2060d77ee653eabe4b7fdb640d768d7c1be 7.2.073 3570d77ee653eabe4b7fdb640d768d7c1be 7.2.073
3585b0a423e9f3ca07e5c62d4f0f5803a5c 7.2.074
207d7eccf57f8fc04cf0385f85eff3d989a 7.2.075 359d7eccf57f8fc04cf0385f85eff3d989a 7.2.075
20899750c988d0c48f56cb12a04b78aebc2 7.2.076 36099750c988d0c48f56cb12a04b78aebc2 7.2.076
2091967f5e7fa4cec07bd67cc47925ec3c8 7.2.077 3611967f5e7fa4cec07bd67cc47925ec3c8 7.2.077
2107b285d2ba24fdd2390b4aaba08fcf5f6 7.2.078 3627b285d2ba24fdd2390b4aaba08fcf5f6 7.2.078
211a3385578174d3867f17ab287276db49b 7.2.079" 363a3385578174d3867f17ab287276db49b 7.2.079
364ea45aa4d1a74989d361b2a29c1e9ff9b 7.2.080
3653bdf4ec7db7976876a827f2dfa269e89 7.2.081
366590c9aa51fcb808ece4b6b4bfaaaaf30 7.2.082
3672a10abc536f7a69ff3ef353b55b6cb65 7.2.083
36878defaaa03e61955f6624b796efb8655 7.2.084
369869116b3e92e944d40a3e03f9a99816f 7.2.085
3705af26f073ebeba60af90525d68a61725 7.2.086
371639d7a80864afe68132725e377f52f19 7.2.087
37244b152484534fa23c4ff531316a0e518 7.2.088
373990e6a23c4061df0dcc0ab84528a2e1a 7.2.089
3748985dcfe7df6b439e88554e22cf34919 7.2.090
375137faec139470453ca446c015c226e47 7.2.091
376e15782bf5892ad787d149491bfe013e7 7.2.092
3772198caf9e5f422eacde337e9c27677ab 7.2.093
37849ab5014904d459e54a667e1433b4bee 7.2.094
379ba21ee323426561e75ebff23090e4bdb 7.2.095
3807ffef4a30cdcd6d8426e44d3a25df991 7.2.096
381c7264031ad24af960d717189b344e244 7.2.097
382dc7b06bb5c5b11a3d487614287d99a6b 7.2.098
383656c12368934868f35747f3955366142 7.2.099
38415dacd715d6f8c655265bbf77ebaddd4 7.2.100
38565e59923311b136306284319521d70d7 7.2.101
38642e2274c6a3152279720d8623f7916ad 7.2.102
387654ba716e77d092c1c314fed18c7486d 7.2.103
388b839c2c957eb3bb7511ace0b61d5d5fe 7.2.104
3897f37ad0b1573be8bc39a817a21422a4e 7.2.105
3904801df8c2833a683cd1b2a5870565e41 7.2.106
391e6801b619d40efe81428399e26e0486f 7.2.107
39276f17428d216ec6b29036e22397c2765 7.2.108
393db97daa4f1e56440a988e7f5272997c7 7.2.109
394b8752c88429f869dec05232db89018e2 7.2.110
395e8cdc1e862b60215c12265e44b38239d 7.2.111
396e933dd778c6f8687cf1f9f3e550e6cc0 7.2.112
397861729d9d4dc422e45c22bd8e006fc32 7.2.113
3985da3a29b3184af1780a82499343e7587 7.2.114
399b35c7b1cfa2a5f7b45829cd09ac27b7a 7.2.115
4001355cc34fbc7be7eb48fa777e8f49dfb 7.2.116
4018b9c839ec7448691b0a88475f0d0d4f9 7.2.117
40274d97a563ec1b1f1606705097396c391 7.2.118
4032ddd84423b902a2b3594c64c567be0b4 7.2.119
4045394e442f011d47b6d69a7b03984cdf4 7.2.120
4056bdb5e63ca3d79d3dcb7127e14ae3949 7.2.121
40636554c0103cafc8759f3e71ccd56c56f 7.2.122
407841c74d1f3cb8380fa5713d5b9ca2c98 7.2.123
4082489ebcb72280dd50b8756e4ab7d36ed 7.2.124
40910b15d637133b73d825650363d863b58 7.2.125
410b31534667bb741e21479b1e3757c9e21 7.2.126
41171e87e78bea69d8876ff7f6d824c8986 7.2.127
41221da01d371757282bfd402ddd91005ba 7.2.128
413e890b630efa3847c8cdee2f197145b6c 7.2.129
414d3fe3bf37d5c0940f3e751f41d92e817 7.2.130
4153c2aaa22914d06a65bf0f212e43c3ace 7.2.131
416379aa718df5dbcde8215fc4d94062d9f 7.2.132
4176d51f9deb4c2604692f532c118b73ef8 7.2.133
4184acae77b2a217e1cb47040c08e28180d 7.2.134
4194d30bf2c9d2973f5dd1c12468123dc41 7.2.135
420f2ae8cc595933938ee608e040d1256a5 7.2.136
421c613c1e0fac319f05ffe1fa7e27d6600 7.2.137
422e7d02c3dea47fa579366bb1cd025ce5e 7.2.138
42304f7131164b3f46d6365a8faea0e32c6 7.2.139
424e1c0e4fbd985f5a2e5a24a4cfab1112c 7.2.140
425e5a9c7ef44a38057c0c5c1191d9cdf77 7.2.141
426f08f7f966749c2ef20ff87dfeb9bef62 7.2.142
4276b132dad3ad947662d1c370193a14218 7.2.143
4284e2a1d1cb12198a783759f88e6c64fc4 7.2.144
42938877e2ac720e45e5d62cd1089167db3 7.2.145
430cb97aca73a1f4fdd2fac894bba7e43ae 7.2.146
4314219afedebf0172118f2d078d9012995 7.2.147
43249ca89a47315f512c7ee06f5b2617a90 7.2.148
4339197a669e4ee024c1a9218e861e21c7e 7.2.149
434cbdf7ce960ad4646a8884e51bc7e037e 7.2.150
43556b24ce6e78e71c64d05fda51748b01c 7.2.151
4367c088583f063cd09d26f7291d9f5817b 7.2.152
437e966483b6755f4e7b2cd92708a8ff656 7.2.153
43827bcb5f1d5932ee7eaae40ba0a4eb968 7.2.154
439611ab5b97cd9d87a1be0a84e3006b17a 7.2.155
44027fb40dbdb85052a598be88f205484c6 7.2.156
44193a85a3606193b8875f0eba05dba3be3 7.2.157
442808ba7888bdfdf559366dfdf1446dab5 7.2.158
44308bd6d6db2e029beab84b32bf36494e0 7.2.159
444c07df493053267849115b579928a4dae 7.2.160
445e44297c9ed5928e55ca43b4e2b3509ce 7.2.161
4460d4768bd2395f3ebf3ebd7fa4979288c 7.2.162
447032f90bcee8f36ad7b77a17bb76719f0 7.2.163
44821341ed82eb080e590d15dd6368e8d78 7.2.164
44951de241d7d03200a7b3490f40256c633 7.2.165
4509c645166c92865d644fd232760b56494 7.2.166
451a29266c1573ff106366ebdbd460b17ce 7.2.167
45209105d79266562b6afe0179c07149738 7.2.168
45336d18f0e42f0c24722116cb823b52c8a 7.2.169
454a00979f910f29d5062faf15e8670735b 7.2.170
455439a415dab8a77790c7da1526da083f9 7.2.171
4563defcc24541cd3d62fda6cfb4af6ba4b 7.2.172
4575f16d8af9b11f44c8e104abc942152c2 7.2.173
4584949fe9f14ac4f7b2717ddb05968285c 7.2.174
4597462cd9ba69a7eb674aa8e5653fdad63 7.2.175
4604b5c77673b5d62f1a94e4d605e92d81e 7.2.176
461cde1647ab09a432c134d6fbae5ca15dc 7.2.177
4625a126dd404945088b61aaf9d8c2effaa 7.2.178
463a15fe587377fac500d0fae2b1c3adbbf 7.2.179
464d4db5a69da98dbda41429d66e339e515 7.2.180
4658b9dee3c4aeeb563cbff6f3cf0357675 7.2.181
466d5d50f1da385bee588348aaaa5bb2dd7 7.2.182
46777e46725488937910d1cf051760ad11d 7.2.183
4683bdbab52e0ac635962ce9983ef1d9f01 7.2.184
469fa88ae980d6e68f9aa9f9b257f1f3e71 7.2.185
4702262a6034d4cf01859a1d36982f38505 7.2.186
471c98b89c2594d7127574d0bd9838f241a 7.2.187
4728efff5f82388c43183739c280249b643 7.2.188
473bab560f5a4b1809c2859ab632f037135 7.2.189
47463098e6cdb253d83c30f42d3d4469900 7.2.190
47587a02a6db9029357d7e248bcf4923330 7.2.191
47688102a28fb2139fe14a66b2970958166 7.2.192
47766a202b39e36ac062db1432896d8d988 7.2.193
4783ba1ab13de695c1422e0cda65c03503d 7.2.194
479a42b79c5328c30b0951ce67da505a3f4 7.2.195
480f1ece679735785c46b58ed4d791b3880 7.2.196
481352908f71b12a7a30aafd985c338d247 7.2.197
4822a4764a5df5c1d18e4c7fee81074f55c 7.2.198
48361a30d8c51533f08a94ba23025a12f11 7.2.199
4841a21534f09d529a9096c5e9b978187e9 7.2.200
48561e01d2aef1d5c1c3b40d5e927bd83c9 7.2.201
48630df1365ef27c34558d4322cb71c5d83 7.2.202
48724ae52da6519c8f8fbd08676c64eac75 7.2.203
488e75f99a06eb7a03a5cf854505b1d795d 7.2.204
4893e2da4100f83cf2d308545d0c822a196 7.2.205
4904895874100f932e15a8c661fb40a19b1 7.2.206
491e3345b11c12eedd8871b2eeb811c9234 7.2.207
492a7f6deca2df02cc4d23274f3104b94d1 7.2.208
49362e83a3e30fe5b6f96ba276a342faf1c 7.2.209
494296e40f03bf6243583541ca440af802c 7.2.210
4953714237966fa05c9cae8fd4518a42ac4 7.2.211
4963537ef914ffbe5acbdede8d3581ecf41 7.2.212
4979f4b0f8a1dc9c3720eca6028c987fa01 7.2.213
498fb46e419802a06e26d8531628f50aca9 7.2.214
499388c0884878256fca9db1fb1fe9df98e 7.2.215
500cd568cf0b9b751b9ff1151fa6f5f0ae0 7.2.216
501288d5ee4b5ff25caa79446a95cb3ee98 7.2.217
502d86a84a239c25dda5101aac8c365154c 7.2.218
5039c0f11d3c52d1756381231e1c0a6156d 7.2.219
504bfed5d4e0bcae8eb7a7e0806d4367e0a 7.2.220
5053b169a3f976cf1808b12230dd24c0ff5 7.2.221
506a3f9c7d976ad8a49250d0ff3130b6390 7.2.222
5073ca61604214ef919b7bfe4b24eb69518 7.2.223
5085c550bd6e2111c10407b7aca009b1242 7.2.224
509b3ae8fa424e01a0fc67c9ed7393b422e 7.2.225
5106057e1247bd3b1538eef15c532caf881 7.2.226
511932e2a5394788124cbda950bfff327ff 7.2.227
512b97e5d33fa4fb8a1ea1308558bb33d41 7.2.228
5132107c7d981ca14d8e795ae744a903106 7.2.229
5147e98ae111e74676ef88c5e3edce785ed 7.2.230
5152abbb80186d28da703eb329d4247dd41 7.2.231
5165e5cfa4e5ee34cbbdd01c27ece1b7398 7.2.232
5179fa12db95776e9174ca7c95172a48838 7.2.233
518a46776a6914ec2972ada91b33b0cfb39 7.2.234
51997aecde2ab504e543a96bec84b3b5638 vimrc"