Browse Source

upgrading package: vim 7.3.931 -> 7.4.052

master
parent
commit
8f94ee190e
  1. 50
      vim/vim.patch
  2. 879
      vim/vim.spec

50
vim/vim.patch

@ -1,9 +1,9 @@
The following patch adjust the RPM .spec syntax highlighting
a little bit to better highlight OpenPKG RPM .spec files.
Index: vim73/runtime/syntax/spec.vim
--- vim73/runtime/syntax/spec.vim.orig 2005-01-04 10:46:51 +0100
+++ vim73/runtime/syntax/spec.vim 2007-05-12 20:11:23 +0200
Index: vim74/runtime/syntax/spec.vim
--- vim74/runtime/syntax/spec.vim.orig 2005-01-04 10:46:51 +0100
+++ vim74/runtime/syntax/spec.vim 2007-05-12 20:11:23 +0200
@@ -83,7 +83,7 @@
"One line macros - valid in all ScriptAreas
@ -54,9 +54,9 @@ Index: vim73/runtime/syntax/spec.vim
Activate additional language files.
Index: vim73/runtime/filetype.vim
--- vim73/runtime/filetype.vim.orig 2010-08-03 22:44:00.000000000 +0200
+++ vim73/runtime/filetype.vim 2012-12-01 12:43:11.000000000 +0100
Index: vim74/runtime/filetype.vim
--- vim74/runtime/filetype.vim.orig 2010-08-03 22:44:00.000000000 +0200
+++ vim74/runtime/filetype.vim 2012-12-01 12:43:11.000000000 +0100
@@ -2322,6 +2322,15 @@
" Z80 assembler asz80
au BufNewFile,BufRead *.z8a setf z8a
@ -78,9 +78,9 @@ Index: vim73/runtime/filetype.vim
Scala Language Support
https://lampsvn.epfl.ch/trac/scala/browser/scala-tool-support/trunk/src/vim
Index: vim73/runtime/indent/scala.vim
Index: vim74/runtime/indent/scala.vim
--- /dev/null 2009-06-12 17:31:09 +0200
+++ vim73/runtime/indent/scala.vim 2009-06-12 17:31:04 +0200
+++ vim74/runtime/indent/scala.vim 2009-06-12 17:31:04 +0200
@@ -0,0 +1,85 @@
+" Vim indent file
+" Language : Scala (http://scala-lang.org/)
@ -167,9 +167,9 @@ Index: vim73/runtime/indent/scala.vim
+
+ return ind
+endfunction
Index: vim73/runtime/syntax/scala.vim
Index: vim74/runtime/syntax/scala.vim
--- /dev/null 2009-06-12 17:31:09 +0200
+++ vim73/runtime/syntax/scala.vim 2009-06-12 17:31:04 +0200
+++ vim74/runtime/syntax/scala.vim 2009-06-12 17:31:04 +0200
@@ -0,0 +1,153 @@
+" Vim syntax file
+" Language : Scala (http://scala-lang.org/)
@ -331,9 +331,9 @@ Markdown Language Support
http://plasticboy.com/markdown-vim-mode/
http://github.com/plasticboy/vim-markdown/
Index: vim73/runtime/syntax/mkd.vim
--- vim73/runtime/syntax/mkd.vim.orig 2010-08-10 12:57:36.000000000 +0200
+++ vim73/runtime/syntax/mkd.vim 2010-08-10 12:57:41.000000000 +0200
Index: vim74/runtime/syntax/mkd.vim
--- vim74/runtime/syntax/mkd.vim.orig 2010-08-10 12:57:36.000000000 +0200
+++ vim74/runtime/syntax/mkd.vim 2010-08-10 12:57:41.000000000 +0200
@@ -0,0 +1,104 @@
+" Vim syntax file
+" Language: Markdown
@ -446,9 +446,9 @@ SCSS Language Support
http://scss-lang.com/
http://github.com/cakebaker/scss-syntax.vim/blob/master/syntax/scss.vim
Index: vim73/runtime/syntax/scss.vim
--- vim73/runtime/syntax/scss.vim.orig 2010-07-26 01:38:18.000000000 +0200
+++ vim73/runtime/syntax/scss.vim 2010-08-29 15:44:54.000000000 +0200
Index: vim74/runtime/syntax/scss.vim
--- vim74/runtime/syntax/scss.vim.orig 2010-07-26 01:38:18.000000000 +0200
+++ vim74/runtime/syntax/scss.vim 2010-08-29 15:44:54.000000000 +0200
@@ -1,20 +1,87 @@
" Vim syntax file
-" Language: SCSS
@ -553,9 +553,9 @@ Index: vim73/runtime/syntax/scss.vim
TypeScript Language Support
http://blogs.msdn.com/b/interoperability/archive/2012/10/01/sublime-text-vi-emacs-typescript-enabled.aspx
Index: vim73/runtime/syntax/typescript.vim
--- vim73/runtime/syntax/typescript.vim.orig 2012-12-01 12:27:01.000000000 +0100
+++ vim73/runtime/syntax/typescript.vim 2012-12-01 12:26:44.000000000 +0100
Index: vim74/runtime/syntax/typescript.vim
--- vim74/runtime/syntax/typescript.vim.orig 2012-12-01 12:27:01.000000000 +0100
+++ vim74/runtime/syntax/typescript.vim 2012-12-01 12:26:44.000000000 +0100
@@ -0,0 +1,321 @@
+" Vim syntax file
+" Language: TypeScript
@ -878,9 +878,9 @@ Index: vim73/runtime/syntax/typescript.vim
+endif
+
+" vim: ts=4
Index: vim73/runtime/compiler/typescript.vim
--- vim73/runtime/compiler/typescript.vim.orig 2012-12-01 12:36:49.000000000 +0100
+++ vim73/runtime/compiler/typescript.vim 2012-12-01 12:36:45.000000000 +0100
Index: vim74/runtime/compiler/typescript.vim
--- vim74/runtime/compiler/typescript.vim.orig 2012-12-01 12:36:49.000000000 +0100
+++ vim74/runtime/compiler/typescript.vim 2012-12-01 12:36:45.000000000 +0100
@@ -0,0 +1,10 @@
+
+if exists("current_compiler")
@ -892,9 +892,9 @@ Index: vim73/runtime/compiler/typescript.vim
+CompilerSet makeprg=tsc\ $*\ %
+CompilerSet errorformat=\ %#%f\ %#(%l\\\,%c):\ %m
+
Index: vim73/runtime/ftplugin/typescript.vim
--- vim73/runtime/ftplugin/typescript.vim.orig 2012-12-01 12:44:59.000000000 +0100
+++ vim73/runtime/ftplugin/typescript.vim 2012-12-01 12:44:54.000000000 +0100
Index: vim74/runtime/ftplugin/typescript.vim
--- vim74/runtime/ftplugin/typescript.vim.orig 2012-12-01 12:44:59.000000000 +0100
+++ vim74/runtime/ftplugin/typescript.vim 2012-12-01 12:44:54.000000000 +0100
@@ -0,0 +1,10 @@
+
+compiler typescript

879
vim/vim.spec

@ -22,9 +22,9 @@
##
# package versions
%define V_vl 7.3
%define V_vs 73
%define V_pl 931
%define V_vl 7.4
%define V_vs 74
%define V_pl 052
# package information
Name: vim
@ -37,7 +37,7 @@ Class: CORE
Group: Editor
License: Charityware
Version: %{V_vl}.%{V_pl}
Release: 20130511
Release: 20131020
# package options
%option with_features normal
@ -106,877 +106,6 @@ Patch149: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.049
Patch150: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.050
Patch151: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.051
Patch152: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.052
Patch153: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.053
Patch154: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.054
Patch155: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.055
Patch156: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.056
Patch157: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.057
Patch158: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.058
Patch159: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.059
Patch160: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.060
Patch161: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.061
Patch162: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.062
Patch163: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.063
Patch164: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.064
Patch165: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.065
Patch166: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.066
Patch167: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.067
Patch168: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.068
Patch169: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.069
Patch170: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.070
Patch171: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.071
Patch172: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.072
Patch173: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.073
Patch174: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.074
Patch175: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.075
Patch176: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.076
Patch177: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.077
Patch178: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.078
Patch179: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.079
Patch180: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.080
Patch181: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.081
Patch182: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.082
Patch183: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.083
Patch184: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.084
Patch185: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.085
Patch186: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.086
Patch187: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.087
Patch188: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.088
Patch189: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.089
Patch190: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.090
Patch191: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.091
Patch192: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.092
Patch193: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.093
Patch194: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.094
Patch195: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.095
Patch196: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.096
Patch197: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.097
Patch198: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.098
Patch199: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.099
Patch200: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.100
Patch201: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.101
Patch202: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.102
Patch203: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.103
Patch204: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.104
Patch205: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.105
Patch206: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.106
Patch207: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.107
Patch208: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.108
Patch209: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.109
Patch210: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.110
Patch211: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.111
Patch212: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.112
Patch213: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.113
Patch214: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.114
Patch215: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.115
Patch216: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.116
Patch217: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.117
Patch218: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.118
Patch219: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.119
Patch220: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.120
Patch221: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.121
Patch222: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.122
Patch223: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.123
Patch224: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.124
Patch225: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.125
Patch226: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.126
Patch227: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.127
Patch228: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.128
Patch229: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.129
Patch230: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.130
Patch231: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.131
Patch232: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.132
Patch233: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.133
Patch234: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.134
Patch235: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.135
Patch236: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.136
Patch237: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.137
Patch238: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.138
Patch239: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.139
Patch240: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.140
Patch241: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.141
Patch242: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.142
Patch243: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.143
Patch244: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.144
Patch245: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.145
Patch246: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.146
Patch247: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.147
Patch248: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.148
Patch249: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.149
Patch250: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.150
Patch251: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.151
Patch252: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.152
Patch253: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.153
Patch254: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.154
Patch255: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.155
Patch256: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.156
Patch257: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.157
Patch258: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.158
Patch259: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.159
Patch260: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.160
Patch261: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.161
Patch262: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.162
Patch263: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.163
Patch264: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.164
Patch265: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.165
Patch266: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.166
Patch267: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.167
Patch268: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.168
Patch269: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.169
Patch270: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.170
Patch271: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.171
Patch272: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.172
Patch273: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.173
Patch274: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.174
Patch275: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.175
Patch276: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.176
Patch277: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.177
Patch278: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.178
Patch279: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.179
Patch280: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.180
Patch281: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.181
Patch282: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.182
Patch283: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.183
Patch284: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.184
Patch285: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.185
Patch286: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.186
Patch287: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.187
Patch288: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.188
Patch289: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.189
Patch290: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.190
Patch291: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.191
Patch292: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.192
Patch293: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.193
Patch294: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.194
Patch295: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.195
Patch296: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.196
Patch297: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.197
Patch298: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.198
Patch299: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.199
Patch300: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.200
Patch301: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.201
Patch302: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.202
Patch303: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.203
Patch304: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.204
Patch305: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.205
Patch306: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.206
Patch307: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.207
Patch308: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.208
Patch309: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.209
Patch310: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.210
Patch311: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.211
Patch312: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.212
Patch313: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.213
Patch314: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.214
Patch315: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.215
Patch316: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.216
Patch317: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.217
Patch318: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.218
Patch319: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.219
Patch320: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.220
Patch321: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.221
Patch322: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.222
Patch323: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.223
Patch324: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.224
Patch325: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.225
Patch326: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.226
Patch327: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.227
Patch328: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.228
Patch329: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.229
Patch330: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.230
Patch331: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.231
Patch332: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.232
Patch333: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.233
Patch334: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.234
Patch335: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.235
Patch336: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.236
Patch337: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.237
Patch338: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.238
Patch339: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.239
Patch340: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.240
Patch341: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.241
Patch342: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.242
Patch343: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.243
Patch344: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.244
Patch345: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.245
Patch346: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.246
Patch347: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.247
Patch348: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.248
Patch349: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.249
Patch350: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.250
Patch351: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.251
Patch352: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.252
Patch353: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.253
Patch354: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.254
Patch355: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.255
Patch356: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.256
Patch357: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.257
Patch358: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.258
Patch359: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.259
Patch360: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.260
Patch361: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.261
Patch362: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.262
Patch363: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.263
Patch364: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.264
Patch365: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.265
Patch366: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.266
Patch367: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.267
Patch368: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.268
Patch369: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.269
Patch370: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.270
Patch371: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.271
Patch372: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.272
Patch373: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.273
Patch374: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.274
Patch375: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.275
Patch376: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.276
Patch377: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.277
Patch378: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.278
Patch379: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.279
Patch380: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.280
Patch381: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.281
Patch382: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.282
Patch383: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.283
Patch384: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.284
Patch385: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.285
Patch386: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.286
Patch387: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.287
Patch388: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.288
Patch389: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.289
Patch390: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.290
Patch391: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.291
Patch392: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.292
Patch393: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.293
Patch394: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.294
Patch395: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.295
Patch396: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.296
Patch397: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.297
Patch398: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.298
Patch399: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.299
Patch400: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.300
Patch401: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.301
Patch402: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.302
Patch403: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.303
Patch404: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.304
Patch405: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.305
Patch406: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.306
Patch407: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.307
Patch408: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.308
Patch409: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.309
Patch410: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.310
Patch411: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.311
Patch412: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.312
Patch413: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.313
Patch414: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.314
Patch415: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.315
Patch416: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.316
Patch417: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.317
Patch418: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.318
Patch419: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.319
Patch420: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.320
Patch421: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.321
Patch422: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.322
Patch423: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.323
Patch424: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.324
Patch425: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.325
Patch426: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.326
Patch427: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.327
Patch428: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.328
Patch429: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.329
Patch430: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.330
Patch431: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.331
Patch432: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.332
Patch433: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.333
Patch434: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.334
Patch435: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.335
Patch436: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.336
Patch437: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.337
Patch438: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.338
Patch439: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.339
Patch440: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.340
Patch441: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.341
Patch442: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.342
Patch443: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.343
Patch444: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.344
Patch445: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.345
Patch446: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.346
Patch447: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.347
Patch448: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.348
Patch449: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.349
Patch450: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.350
Patch451: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.351
Patch452: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.352
Patch453: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.353
Patch454: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.354
Patch455: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.355
Patch456: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.356
Patch457: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.357
Patch458: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.358
Patch459: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.359
Patch460: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.360
Patch461: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.361
Patch462: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.362
Patch463: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.363
Patch464: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.364
Patch465: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.365
Patch466: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.366
Patch467: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.367
Patch468: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.368
Patch469: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.369
Patch470: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.370
Patch471: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.371
Patch472: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.372
Patch473: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.373
Patch474: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.374
Patch475: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.375
Patch476: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.376
Patch477: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.377
Patch478: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.378
Patch479: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.379
Patch480: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.380
Patch481: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.381
Patch482: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.382
Patch483: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.383
Patch484: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.384
Patch485: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.385
Patch486: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.386
Patch487: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.387
Patch488: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.388
Patch489: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.389
Patch490: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.390
Patch491: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.391
Patch492: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.392
Patch493: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.393
Patch494: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.394
Patch495: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.395
Patch496: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.396
Patch497: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.397
Patch498: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.398
Patch499: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.399
Patch500: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.400
Patch501: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.401
Patch502: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.402
Patch503: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.403
Patch504: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.404
Patch505: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.405
Patch506: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.406
Patch507: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.407
Patch508: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.408
Patch509: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.409
Patch510: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.410
Patch511: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.411
Patch512: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.412
Patch513: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.413
Patch514: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.414
Patch515: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.415
Patch516: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.416
Patch517: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.417
Patch518: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.418
Patch519: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.419
Patch520: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.420
Patch521: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.421
Patch522: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.422
Patch523: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.423
Patch524: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.424
Patch525: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.425
Patch526: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.426
Patch527: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.427
Patch528: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.428
Patch529: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.429
Patch530: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.430
Patch531: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.431
Patch532: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.432
Patch533: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.433
Patch534: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.434
Patch535: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.435
Patch536: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.436
Patch537: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.437
Patch538: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.438
Patch539: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.439
Patch540: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.440
Patch541: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.441
Patch542: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.442
Patch543: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.443
Patch544: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.444
Patch545: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.445
Patch546: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.446
Patch547: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.447
Patch548: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.448
Patch549: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.449
Patch550: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.450
Patch551: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.451
Patch552: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.452
Patch553: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.453
Patch554: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.454
Patch555: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.455
Patch556: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.456
Patch557: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.457
Patch558: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.458
Patch559: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.459
Patch560: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.460
Patch561: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.461
Patch562: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.462
Patch563: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.463
Patch564: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.464
Patch565: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.465
Patch566: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.466
Patch567: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.467
Patch568: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.468
Patch569: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.469
Patch570: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.470
Patch571: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.471
Patch572: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.472
Patch573: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.473
Patch574: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.474
Patch575: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.475
Patch576: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.476
Patch577: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.477
Patch578: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.478
Patch579: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.479
Patch580: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.480
Patch581: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.481
Patch582: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.482
Patch583: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.483
Patch584: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.484
Patch585: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.485
Patch586: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.486
Patch587: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.487
Patch588: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.488
Patch589: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.489
Patch590: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.490
Patch591: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.491
Patch592: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.492
Patch593: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.493
Patch594: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.494
Patch595: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.495
Patch596: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.496
Patch597: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.497
Patch598: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.498
Patch599: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.499
Patch600: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.500
Patch601: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.501
Patch602: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.502
Patch603: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.503
Patch604: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.504
Patch605: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.505
Patch606: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.506
Patch607: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.507
Patch608: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.508
Patch609: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.509
Patch610: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.510
Patch611: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.511
Patch612: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.512
Patch613: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.513
Patch614: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.514
Patch615: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.515
Patch616: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.516
Patch617: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.517
Patch618: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.518
Patch619: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.519
Patch620: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.520
Patch621: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.521
Patch622: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.522
Patch623: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.523
Patch624: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.524
Patch625: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.525
Patch626: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.526
Patch627: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.527
Patch628: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.528
Patch629: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.529
Patch630: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.530
Patch631: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.531
Patch632: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.532
Patch634: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.534
Patch635: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.535
Patch636: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.536
Patch637: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.537
Patch638: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.538
Patch639: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.539
Patch640: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.540
Patch641: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.541
Patch642: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.542
Patch644: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.544
Patch645: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.545
Patch646: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.546
Patch647: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.547
Patch648: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.548
Patch649: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.549
Patch650: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.550
Patch651: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.551
Patch652: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.552
Patch653: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.553
Patch654: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.554
Patch655: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.555
Patch656: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.556
Patch657: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.557
Patch658: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.558
Patch659: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.559
Patch660: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.560
Patch661: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.561
Patch662: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.562
Patch663: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.563
Patch664: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.564
Patch665: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.565
Patch666: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.566
Patch667: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.567
Patch668: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.568
Patch669: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.569
Patch670: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.570
Patch671: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.571
Patch672: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.572
Patch673: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.573
Patch674: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.574
Patch675: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.575
Patch676: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.576
Patch677: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.577
Patch678: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.578
Patch679: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.579
Patch680: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.580
Patch681: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.581
Patch682: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.582
Patch683: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.583
Patch684: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.584
Patch685: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.585
Patch686: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.586
Patch687: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.587
Patch688: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.588
Patch689: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.589
Patch690: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.590
Patch691: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.591
Patch692: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.592
Patch693: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.593
Patch694: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.594
Patch695: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.595
Patch696: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.596
Patch697: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.597
Patch698: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.598
Patch699: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.599
Patch700: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.600
Patch701: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.601
Patch702: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.602
Patch703: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.603
Patch704: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.604
Patch705: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.605
Patch706: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.606
Patch707: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.607
Patch708: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.608
Patch709: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.609
Patch710: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.610
Patch711: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.611
Patch712: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.612
Patch713: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.613
Patch714: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.614
Patch715: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.615
Patch716: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.616
Patch717: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.617
Patch718: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.618
Patch719: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.619
Patch720: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.620
Patch721: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.621
Patch722: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.622
Patch723: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.623
Patch724: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.624
Patch725: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.625
Patch726: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.626
Patch727: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.627
Patch728: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.628
Patch729: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.629
Patch730: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.630
Patch731: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.631
Patch732: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.632
Patch734: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.634
Patch735: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.635
Patch736: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.636
Patch737: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.637
Patch738: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.638
Patch739: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.639
Patch740: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.640
Patch741: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.641
Patch742: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.642
Patch744: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.644
Patch745: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.645
Patch746: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.646
Patch747: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.647
Patch748: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.648
Patch749: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.649
Patch750: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.650
Patch751: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.651
Patch752: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.652
Patch753: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.653
Patch754: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.654
Patch755: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.655
Patch756: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.656
Patch757: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.657
Patch758: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.658
Patch759: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.659
Patch760: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.660
Patch761: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.661
Patch762: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.662
Patch763: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.663
Patch764: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.664
Patch765: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.665
Patch766: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.666
Patch767: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.667
Patch768: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.668
Patch769: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.669
Patch770: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.670
Patch771: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.671
Patch772: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.672
Patch773: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.673
Patch774: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.674
Patch775: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.675
Patch776: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.676
Patch777: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.677
Patch778: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.678
Patch779: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.679
Patch780: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.680
Patch781: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.681
Patch782: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.682
Patch783: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.683
Patch784: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.684
Patch785: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.685
Patch786: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.686
Patch787: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.687
Patch788: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.688
Patch789: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.689
Patch790: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.690
Patch791: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.691
Patch792: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.692
Patch793: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.693
Patch794: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.694
Patch795: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.695
Patch796: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.696
Patch797: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.697
Patch798: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.698
Patch799: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.699
Patch800: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.700
Patch801: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.701
Patch802: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.702
Patch803: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.703
Patch804: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.704
Patch805: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.705
Patch806: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.706
Patch807: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.707
Patch808: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.708
Patch809: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.709
Patch810: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.710
Patch811: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.711
Patch812: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.712
Patch813: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.713
Patch814: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.714
Patch815: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.715
Patch816: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.716
Patch817: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.717
Patch818: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.718
Patch819: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.719
Patch820: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.720
Patch821: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.721
Patch822: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.722
Patch823: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.723
Patch824: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.724
Patch825: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.725
Patch826: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.726
Patch827: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.727
Patch828: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.728
Patch829: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.729
Patch830: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.730
Patch831: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.731
Patch832: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.732
Patch834: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.734
Patch835: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.735
Patch836: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.736
Patch837: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.737
Patch838: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.738
Patch839: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.739
Patch840: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.740
Patch841: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.741
Patch842: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.742
Patch844: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.744
Patch845: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.745
Patch846: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.746
Patch847: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.747
Patch848: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.748
Patch849: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.749
Patch850: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.750
Patch851: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.751
Patch852: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.752
Patch853: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.753
Patch854: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.754
Patch855: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.755
Patch856: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.756
Patch857: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.757
Patch858: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.758
Patch859: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.759
Patch860: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.760
Patch861: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.761
Patch862: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.762
Patch863: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.763
Patch864: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.764
Patch865: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.765
Patch866: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.766
Patch867: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.767
Patch868: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.768
Patch869: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.769
Patch870: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.770
Patch871: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.771
Patch872: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.772
Patch873: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.773
Patch874: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.774
Patch875: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.775
Patch876: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.776
Patch877: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.777
Patch878: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.778
Patch879: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.779
Patch880: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.780
Patch881: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.781
Patch882: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.782
Patch883: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.783
Patch884: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.784
Patch885: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.785
Patch886: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.786
Patch887: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.787
Patch888: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.788
Patch889: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.789
Patch890: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.790
Patch891: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.791
Patch892: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.792
Patch893: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.793
Patch894: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.794
Patch895: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.795
Patch896: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.796
Patch897: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.797
Patch898: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.798
Patch899: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.799
Patch900: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.800
Patch901: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.801
Patch902: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.802
Patch903: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.803
Patch904: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.804
Patch905: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.805
Patch906: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.806
Patch907: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.807
Patch908: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.808
Patch909: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.809
Patch910: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.810
Patch911: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.811
Patch912: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.812
Patch913: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.813
Patch914: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.814
Patch915: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.815
Patch916: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.816
Patch917: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.817
Patch918: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.818
Patch919: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.819
Patch920: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.820
Patch921: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.821
Patch922: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.822
Patch923: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.823
Patch924: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.824
Patch925: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.825
Patch926: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.826
Patch927: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.827
Patch928: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.828
Patch929: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.829
Patch930: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.830
Patch931: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.831
Patch932: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.832
Patch934: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.834
Patch935: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.835
Patch936: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.836
Patch937: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.837
Patch938: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.838
Patch939: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.839
Patch940: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.840
Patch941: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.841
Patch942: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.842
Patch944: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.844
Patch945: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.845
Patch946: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.846
Patch947: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.847
Patch948: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.848
Patch949: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.849
Patch950: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.850
Patch951: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.851
Patch952: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.852
Patch953: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.853
Patch954: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.854
Patch955: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.855
Patch956: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.856
Patch957: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.857
Patch958: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.858
Patch959: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.859
Patch960: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.860
Patch961: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.861
Patch962: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.862
Patch963: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.863
Patch964: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.864
Patch965: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.865
Patch966: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.866
Patch967: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.867
Patch968: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.868
Patch969: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.869
Patch970: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.870
Patch971: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.871
Patch972: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.872
Patch973: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.873
Patch974: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.874
Patch975: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.875
Patch976: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.876
Patch977: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.877
Patch978: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.878
Patch979: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.879
Patch980: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.880
Patch981: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.881
Patch982: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.882
Patch983: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.883
Patch984: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.884
Patch985: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.885
Patch986: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.886
Patch987: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.887
Patch988: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.888
Patch989: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.889
Patch990: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.890
Patch991: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.891
Patch992: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.892
Patch993: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.893
Patch994: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.894
Patch995: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.895
Patch996: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.896
Patch997: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.897
Patch998: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.898
Patch999: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.899
Patch1000: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.900
Patch1001: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.901
Patch1002: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.902
Patch1003: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.903
Patch1004: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.904
Patch1005: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.905
Patch1006: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.906
Patch1007: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.907
Patch1008: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.908
Patch1009: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.909
Patch1010: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.910
Patch1011: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.911
Patch1012: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.912
Patch1013: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.913
Patch1014: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.914
Patch1015: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.915
Patch1016: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.916
Patch1017: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.917
Patch1018: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.918
Patch1019: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.919
Patch1020: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.920
Patch1021: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.921
Patch1022: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.922
Patch1023: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.923
Patch1024: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.924
Patch1025: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.925
Patch1026: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.926
Patch1027: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.927
Patch1028: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.928
Patch1029: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.929
Patch1030: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.930
Patch1031: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.931
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101, ncurses

Loading…
Cancel
Save