vim.spec 102 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654
  1. ##
  2. ## vim.spec -- OpenPKG RPM Package Specification
  3. ## Copyright (c) 2000-2017 OpenPKG Foundation e.V. <http://openpkg.net/>
  4. ##
  5. ## Permission to use, copy, modify, and distribute this software for
  6. ## any purpose with or without fee is hereby granted, provided that
  7. ## the above copyright notice and this permission notice appear in all
  8. ## copies.
  9. ##
  10. ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  11. ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  12. ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  13. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  14. ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  15. ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  16. ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  17. ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  18. ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  19. ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  20. ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  21. ## SUCH DAMAGE.
  22. ##
  23. # package versions
  24. %define V_vl 8.0
  25. %define V_vs 80
  26. %define V_pl 1391
  27. # package information
  28. Name: vim
  29. Summary: The Vi (Improved) Text Editor
  30. URL: http://www.vim.org/
  31. Vendor: Bram Moolenaar et al.
  32. Packager: OpenPKG Foundation e.V.
  33. Distribution: OpenPKG Community
  34. Class: CORE
  35. Group: Editor
  36. License: Charityware
  37. Version: %{V_vl}.%{V_pl}
  38. Release: 20171216
  39. # package options
  40. %option with_features normal
  41. %option with_multibyte yes
  42. %option with_perl no
  43. %option with_python no
  44. %option with_tcl no
  45. %option with_ruby no
  46. %option with_shell no
  47. # list of sources
  48. Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}.tar.bz2
  49. Source2: rc.vim
  50. Source3: vimrc
  51. Patch0: vim.patch
  52. Patch1: vim.patch.shell
  53. Patch101: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0001
  54. Patch102: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0002
  55. Patch103: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0003
  56. Patch104: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0004
  57. Patch105: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0005
  58. Patch106: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0006
  59. Patch107: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0007
  60. Patch108: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0008
  61. Patch109: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0009
  62. Patch110: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0010
  63. Patch111: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0011
  64. Patch112: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0012
  65. Patch113: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0013
  66. Patch114: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0014
  67. Patch115: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0015
  68. Patch116: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0016
  69. Patch117: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0017
  70. Patch118: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0018
  71. Patch119: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0019
  72. Patch120: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0020
  73. Patch121: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0021
  74. Patch122: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0022
  75. Patch123: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0023
  76. Patch124: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0024
  77. Patch125: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0025
  78. Patch126: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0026
  79. Patch127: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0027
  80. Patch128: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0028
  81. Patch129: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0029
  82. Patch130: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0030
  83. Patch131: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0031
  84. Patch132: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0032
  85. Patch133: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0033
  86. Patch134: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0034
  87. Patch135: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0035
  88. Patch136: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0036
  89. Patch137: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0037
  90. Patch138: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0038
  91. Patch139: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0039
  92. Patch140: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0040
  93. Patch141: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0041
  94. Patch142: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0042
  95. Patch143: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0043
  96. Patch144: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0044
  97. Patch145: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0045
  98. Patch146: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0046
  99. Patch147: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0047
  100. Patch148: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0048
  101. Patch149: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0049
  102. Patch150: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0050
  103. Patch151: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0051
  104. Patch152: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0052
  105. Patch153: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0053
  106. Patch154: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0054
  107. Patch155: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0055
  108. Patch156: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0056
  109. Patch157: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0057
  110. Patch158: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0058
  111. Patch159: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0059
  112. Patch160: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0060
  113. Patch161: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0061
  114. Patch162: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0062
  115. Patch163: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0063
  116. Patch164: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0064
  117. Patch165: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0065
  118. Patch166: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0066
  119. Patch167: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0067
  120. Patch168: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0068
  121. Patch169: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0069
  122. Patch170: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0070
  123. Patch171: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0071
  124. Patch172: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0072
  125. Patch173: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0073
  126. Patch174: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0074
  127. Patch175: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0075
  128. Patch176: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0076
  129. Patch177: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0077
  130. Patch178: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0078
  131. Patch179: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0079
  132. Patch180: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0080
  133. Patch181: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0081
  134. Patch182: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0082
  135. Patch183: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0083
  136. Patch184: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0084
  137. Patch185: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0085
  138. Patch186: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0086
  139. Patch187: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0087
  140. Patch188: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0088
  141. Patch189: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0089
  142. Patch190: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0090
  143. Patch191: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0091
  144. Patch192: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0092
  145. Patch193: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0093
  146. Patch194: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0094
  147. Patch195: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0095
  148. Patch196: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0096
  149. Patch197: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0097
  150. Patch198: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0098
  151. Patch199: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0099
  152. Patch200: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0100
  153. Patch201: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0101
  154. Patch202: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0102
  155. Patch203: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0103
  156. Patch204: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0104
  157. Patch205: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0105
  158. Patch206: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0106
  159. Patch207: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0107
  160. Patch208: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0108
  161. Patch209: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0109
  162. Patch210: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0110
  163. Patch211: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0111
  164. Patch212: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0112
  165. Patch213: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0113
  166. Patch214: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0114
  167. Patch215: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0115
  168. Patch216: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0116
  169. Patch217: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0117
  170. Patch218: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0118
  171. Patch219: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0119
  172. Patch220: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0120
  173. Patch221: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0121
  174. Patch222: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0122
  175. Patch223: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0123
  176. Patch224: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0124
  177. Patch225: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0125
  178. Patch226: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0126
  179. Patch227: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0127
  180. Patch228: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0128
  181. Patch229: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0129
  182. Patch230: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0130
  183. Patch231: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0131
  184. Patch232: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0132
  185. Patch233: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0133
  186. Patch234: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0134
  187. Patch235: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0135
  188. Patch236: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0136
  189. Patch237: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0137
  190. Patch238: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0138
  191. Patch239: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0139
  192. Patch240: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0140
  193. Patch241: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0141
  194. Patch242: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0142
  195. Patch243: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0143
  196. Patch244: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0144
  197. Patch245: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0145
  198. Patch246: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0146
  199. Patch247: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0147
  200. Patch248: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0148
  201. Patch249: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0149
  202. Patch250: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0150
  203. Patch251: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0151
  204. Patch252: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0152
  205. Patch253: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0153
  206. Patch254: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0154
  207. Patch255: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0155
  208. Patch256: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0156
  209. Patch257: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0157
  210. Patch258: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0158
  211. Patch259: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0159
  212. Patch260: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0160
  213. Patch261: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0161
  214. Patch262: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0162
  215. Patch263: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0163
  216. Patch264: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0164
  217. Patch265: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0165
  218. Patch266: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0166
  219. Patch267: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0167
  220. Patch268: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0168
  221. Patch269: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0169
  222. Patch270: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0170
  223. Patch271: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0171
  224. Patch272: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0172
  225. Patch273: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0173
  226. Patch274: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0174
  227. Patch275: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0175
  228. Patch276: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0176
  229. Patch277: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0177
  230. Patch278: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0178
  231. Patch279: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0179
  232. Patch280: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0180
  233. Patch281: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0181
  234. Patch282: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0182
  235. Patch283: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0183
  236. Patch284: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0184
  237. Patch285: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0185
  238. Patch286: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0186
  239. Patch287: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0187
  240. Patch288: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0188
  241. Patch289: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0189
  242. Patch290: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0190
  243. Patch291: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0191
  244. Patch292: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0192
  245. Patch293: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0193
  246. Patch294: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0194
  247. Patch295: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0195
  248. Patch296: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0196
  249. Patch297: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0197
  250. Patch298: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0198
  251. Patch299: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0199
  252. Patch300: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0200
  253. Patch301: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0201
  254. Patch302: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0202
  255. Patch303: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0203
  256. Patch304: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0204
  257. Patch305: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0205
  258. Patch306: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0206
  259. Patch307: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0207
  260. Patch308: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0208
  261. Patch309: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0209
  262. Patch310: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0210
  263. Patch311: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0211
  264. Patch312: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0212
  265. Patch313: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0213
  266. Patch314: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0214
  267. Patch315: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0215
  268. Patch316: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0216
  269. Patch317: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0217
  270. Patch318: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0218
  271. Patch319: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0219
  272. Patch320: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0220
  273. Patch321: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0221
  274. Patch322: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0222
  275. Patch323: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0223
  276. Patch324: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0224
  277. Patch325: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0225
  278. Patch326: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0226
  279. Patch327: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0227
  280. Patch328: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0228
  281. Patch329: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0229
  282. Patch330: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0230
  283. Patch331: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0231
  284. Patch332: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0232
  285. Patch333: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0233
  286. Patch334: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0234
  287. Patch335: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0235
  288. Patch336: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0236
  289. Patch337: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0237
  290. Patch338: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0238
  291. Patch339: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0239
  292. Patch340: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0240
  293. Patch341: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0241
  294. Patch342: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0242
  295. Patch343: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0243
  296. Patch344: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0244
  297. Patch345: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0245
  298. Patch346: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0246
  299. Patch347: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0247
  300. Patch348: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0248
  301. Patch349: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0249
  302. Patch350: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0250
  303. Patch351: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0251
  304. Patch352: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0252
  305. Patch353: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0253
  306. Patch354: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0254
  307. Patch355: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0255
  308. Patch356: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0256
  309. Patch357: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0257
  310. Patch358: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0258
  311. Patch359: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0259
  312. Patch360: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0260
  313. Patch361: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0261
  314. Patch362: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0262
  315. Patch363: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0263
  316. Patch364: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0264
  317. Patch365: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0265
  318. Patch366: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0266
  319. Patch367: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0267
  320. Patch368: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0268
  321. Patch369: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0269
  322. Patch370: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0270
  323. Patch371: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0271
  324. Patch372: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0272
  325. Patch373: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0273
  326. Patch374: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0274
  327. Patch375: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0275
  328. Patch376: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0276
  329. Patch377: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0277
  330. Patch378: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0278
  331. Patch379: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0279
  332. Patch380: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0280
  333. Patch381: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0281
  334. Patch382: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0282
  335. Patch383: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0283
  336. Patch384: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0284
  337. Patch385: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0285
  338. Patch386: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0286
  339. Patch387: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0287
  340. Patch388: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0288
  341. Patch389: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0289
  342. Patch390: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0290
  343. Patch391: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0291
  344. Patch392: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0292
  345. Patch393: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0293
  346. Patch394: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0294
  347. Patch395: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0295
  348. Patch396: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0296
  349. Patch397: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0297
  350. Patch398: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0298
  351. Patch399: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0299
  352. Patch400: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0300
  353. Patch401: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0301
  354. Patch402: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0302
  355. Patch403: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0303
  356. Patch404: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0304
  357. Patch405: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0305
  358. Patch406: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0306
  359. Patch407: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0307
  360. Patch408: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0308
  361. Patch409: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0309
  362. Patch410: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0310
  363. Patch411: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0311
  364. Patch412: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0312
  365. Patch413: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0313
  366. Patch414: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0314
  367. Patch415: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0315
  368. Patch416: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0316
  369. Patch417: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0317
  370. Patch418: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0318
  371. Patch419: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0319
  372. Patch420: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0320
  373. Patch421: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0321
  374. Patch422: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0322
  375. Patch423: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0323
  376. Patch424: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0324
  377. Patch425: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0325
  378. Patch426: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0326
  379. Patch427: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0327
  380. Patch428: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0328
  381. Patch429: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0329
  382. Patch430: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0330
  383. Patch431: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0331
  384. Patch432: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0332
  385. Patch433: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0333
  386. Patch434: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0334
  387. Patch435: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0335
  388. Patch436: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0336
  389. Patch437: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0337
  390. Patch438: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0338
  391. Patch439: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0339
  392. Patch440: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0340
  393. Patch441: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0341
  394. Patch442: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0342
  395. Patch443: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0343
  396. Patch444: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0344
  397. Patch445: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0345
  398. Patch446: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0346
  399. Patch447: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0347
  400. Patch448: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0348
  401. Patch449: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0349
  402. Patch450: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0350
  403. Patch451: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0351
  404. Patch452: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0352
  405. Patch453: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0353
  406. Patch454: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0354
  407. Patch455: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0355
  408. Patch456: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0356
  409. Patch457: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0357
  410. Patch458: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0358
  411. Patch459: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0359
  412. Patch460: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0360
  413. Patch461: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0361
  414. Patch462: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0362
  415. Patch463: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0363
  416. Patch464: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0364
  417. Patch465: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0365
  418. Patch466: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0366
  419. Patch467: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0367
  420. Patch468: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0368
  421. Patch469: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0369
  422. Patch470: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0370
  423. Patch471: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0371
  424. Patch472: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0372
  425. Patch473: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0373
  426. Patch474: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0374
  427. Patch475: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0375
  428. Patch476: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0376
  429. Patch477: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0377
  430. Patch478: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0378
  431. Patch479: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0379
  432. Patch480: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0380
  433. Patch481: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0381
  434. Patch482: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0382
  435. Patch483: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0383
  436. Patch484: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0384
  437. Patch485: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0385
  438. Patch486: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0386
  439. Patch487: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0387
  440. Patch488: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0388
  441. Patch489: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0389
  442. Patch490: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0390
  443. Patch491: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0391
  444. Patch492: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0392
  445. Patch493: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0393
  446. Patch494: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0394
  447. Patch495: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0395
  448. Patch496: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0396
  449. Patch497: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0397
  450. Patch498: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0398
  451. Patch499: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0399
  452. Patch500: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0400
  453. Patch501: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0401
  454. Patch502: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0402
  455. Patch503: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0403
  456. Patch504: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0404
  457. Patch505: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0405
  458. Patch506: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0406
  459. Patch507: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0407
  460. Patch508: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0408
  461. Patch509: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0409
  462. Patch510: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0410
  463. Patch511: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0411
  464. Patch512: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0412
  465. Patch513: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0413
  466. Patch514: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0414
  467. Patch515: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0415
  468. Patch516: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0416
  469. Patch517: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0417
  470. Patch518: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0418
  471. Patch519: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0419
  472. Patch520: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0420
  473. Patch521: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0421
  474. Patch522: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0422
  475. Patch523: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0423
  476. Patch524: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0424
  477. Patch525: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0425
  478. Patch526: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0426
  479. Patch527: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0427
  480. Patch528: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0428
  481. Patch529: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0429
  482. Patch530: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0430
  483. Patch531: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0431
  484. Patch532: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0432
  485. Patch533: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0433
  486. Patch534: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0434
  487. Patch535: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0435
  488. Patch536: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0436
  489. Patch537: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0437
  490. Patch538: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0438
  491. Patch539: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0439
  492. Patch540: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0440
  493. Patch541: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0441
  494. Patch542: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0442
  495. Patch543: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0443
  496. Patch544: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0444
  497. Patch545: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0445
  498. Patch546: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0446
  499. Patch547: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0447
  500. Patch548: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0448
  501. Patch549: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0449
  502. Patch550: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0450
  503. Patch551: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0451
  504. Patch552: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0452
  505. Patch553: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0453
  506. Patch554: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0454
  507. Patch555: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0455
  508. Patch556: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0456
  509. Patch557: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0457
  510. Patch558: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0458
  511. Patch559: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0459
  512. Patch560: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0460
  513. Patch561: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0461
  514. Patch562: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0462
  515. Patch563: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0463
  516. Patch564: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0464
  517. Patch565: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0465
  518. Patch566: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0466
  519. Patch567: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0467
  520. Patch568: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0468
  521. Patch569: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0469
  522. Patch570: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0470
  523. Patch571: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0471
  524. Patch572: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0472
  525. Patch573: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0473
  526. Patch574: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0474
  527. Patch575: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0475
  528. Patch576: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0476
  529. Patch577: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0477
  530. Patch578: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0478
  531. Patch579: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0479
  532. Patch580: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0480
  533. Patch581: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0481
  534. Patch582: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0482
  535. Patch583: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0483
  536. Patch584: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0484
  537. Patch585: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0485
  538. Patch586: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0486
  539. Patch587: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0487
  540. Patch588: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0488
  541. Patch589: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0489
  542. Patch590: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0490
  543. Patch591: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0491
  544. Patch592: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0492
  545. Patch593: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0493
  546. Patch594: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0494
  547. Patch595: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0495
  548. Patch596: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0496
  549. Patch597: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0497
  550. Patch598: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0498
  551. Patch599: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0499
  552. Patch600: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0500
  553. Patch601: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0501
  554. Patch602: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0502
  555. Patch603: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0503
  556. Patch604: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0504
  557. Patch605: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0505
  558. Patch606: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0506
  559. Patch607: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0507
  560. Patch608: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0508
  561. Patch609: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0509
  562. Patch610: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0510
  563. Patch611: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0511
  564. Patch612: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0512
  565. Patch613: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0513
  566. Patch614: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0514
  567. Patch615: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0515
  568. Patch616: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0516
  569. Patch617: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0517
  570. Patch618: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0518
  571. Patch619: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0519
  572. Patch620: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0520
  573. Patch621: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0521
  574. Patch622: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0522
  575. Patch623: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0523
  576. Patch624: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0524
  577. Patch625: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0525
  578. Patch626: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0526
  579. Patch627: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0527
  580. Patch628: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0528
  581. Patch629: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0529
  582. Patch630: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0530
  583. Patch631: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0531
  584. Patch632: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0532
  585. Patch633: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0533
  586. Patch634: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0534
  587. Patch635: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0535
  588. Patch636: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0536
  589. Patch637: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0537
  590. Patch638: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0538
  591. Patch639: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0539
  592. Patch640: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0540
  593. Patch641: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0541
  594. Patch642: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0542
  595. Patch643: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0543
  596. Patch644: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0544
  597. Patch645: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0545
  598. Patch646: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0546
  599. Patch647: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0547
  600. Patch648: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0548
  601. Patch649: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0549
  602. Patch650: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0550
  603. Patch651: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0551
  604. Patch652: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0552
  605. Patch653: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0553
  606. Patch654: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0554
  607. Patch655: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0555
  608. Patch656: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0556
  609. Patch657: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0557
  610. Patch658: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0558
  611. Patch659: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0559
  612. Patch660: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0560
  613. Patch661: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0561
  614. Patch662: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0562
  615. Patch663: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0563
  616. Patch664: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0564
  617. Patch665: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0565
  618. Patch666: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0566
  619. Patch667: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0567
  620. Patch668: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0568
  621. Patch669: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0569
  622. Patch670: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0570
  623. Patch671: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0571
  624. Patch672: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0572
  625. Patch673: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0573
  626. Patch674: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0574
  627. Patch675: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0575
  628. Patch676: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0576
  629. Patch677: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0577
  630. Patch678: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0578
  631. Patch679: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0579
  632. Patch680: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0580
  633. Patch681: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0581
  634. Patch682: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0582
  635. Patch683: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0583
  636. Patch684: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0584
  637. Patch685: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0585
  638. Patch686: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0586
  639. Patch687: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0587
  640. Patch688: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0588
  641. Patch689: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0589
  642. Patch690: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0590
  643. Patch691: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0591
  644. Patch692: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0592
  645. Patch693: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0593
  646. Patch694: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0594
  647. Patch695: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0595
  648. Patch696: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0596
  649. Patch697: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0597
  650. Patch698: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0598
  651. Patch699: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0599
  652. Patch700: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0600
  653. Patch701: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0601
  654. Patch702: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0602
  655. Patch703: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0603
  656. Patch704: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0604
  657. Patch705: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0605
  658. Patch706: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0606
  659. Patch707: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0607
  660. Patch708: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0608
  661. Patch709: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0609
  662. Patch710: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0610
  663. Patch711: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0611
  664. Patch712: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0612
  665. Patch713: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0613
  666. Patch714: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0614
  667. Patch715: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0615
  668. Patch716: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0616
  669. Patch717: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0617
  670. Patch718: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0618
  671. Patch719: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0619
  672. Patch720: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0620
  673. Patch721: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0621
  674. Patch722: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0622
  675. Patch723: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0623
  676. Patch724: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0624
  677. Patch725: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0625
  678. Patch726: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0626
  679. Patch727: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0627
  680. Patch728: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0628
  681. Patch729: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0629
  682. Patch730: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0630
  683. Patch731: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0631
  684. Patch732: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0632
  685. Patch733: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0633
  686. Patch734: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0634
  687. Patch735: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0635
  688. Patch736: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0636
  689. Patch737: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0637
  690. Patch738: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0638
  691. Patch739: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0639
  692. Patch740: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0640
  693. Patch741: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0641
  694. Patch742: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0642
  695. Patch743: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0643
  696. Patch744: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0644
  697. Patch745: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0645
  698. Patch746: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0646
  699. Patch747: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0647
  700. Patch748: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0648
  701. Patch749: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0649
  702. Patch750: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0650
  703. Patch751: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0651
  704. Patch752: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0652
  705. Patch753: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0653
  706. Patch754: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0654
  707. Patch755: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0655
  708. Patch756: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0656
  709. Patch757: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0657
  710. Patch758: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0658
  711. Patch759: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0659
  712. Patch760: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0660
  713. Patch761: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0661
  714. Patch762: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0662
  715. Patch763: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0663
  716. Patch764: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0664
  717. Patch765: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0665
  718. Patch766: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0666
  719. Patch767: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0667
  720. Patch768: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0668
  721. Patch769: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0669
  722. Patch770: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0670
  723. Patch771: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0671
  724. Patch772: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0672
  725. Patch773: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0673
  726. Patch774: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0674
  727. Patch775: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0675
  728. Patch776: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0676
  729. Patch777: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0677
  730. Patch778: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0678
  731. Patch779: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0679
  732. Patch780: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0680
  733. Patch781: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0681
  734. Patch782: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0682
  735. Patch783: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0683
  736. Patch784: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0684
  737. Patch785: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0685
  738. Patch786: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0686
  739. Patch787: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0687
  740. Patch788: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0688
  741. Patch789: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0689
  742. Patch790: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0690
  743. Patch791: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0691
  744. Patch792: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0692
  745. Patch793: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0693
  746. Patch794: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0694
  747. Patch795: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0695
  748. Patch796: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0696
  749. Patch797: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0697
  750. Patch798: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0698
  751. Patch799: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0699
  752. Patch800: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0700
  753. Patch801: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0701
  754. Patch802: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0702
  755. Patch803: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0703
  756. Patch804: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0704
  757. Patch805: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0705
  758. Patch806: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0706
  759. Patch807: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0707
  760. Patch808: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0708
  761. Patch809: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0709
  762. Patch810: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0710
  763. Patch811: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0711
  764. Patch812: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0712
  765. Patch813: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0713
  766. Patch814: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0714
  767. Patch815: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0715
  768. Patch816: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0716
  769. Patch817: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0717
  770. Patch818: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0718
  771. Patch819: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0719
  772. Patch820: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0720
  773. Patch821: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0721
  774. Patch822: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0722
  775. Patch823: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0723
  776. Patch824: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0724
  777. Patch825: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0725
  778. Patch826: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0726
  779. Patch827: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0727
  780. Patch828: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0728
  781. Patch829: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0729
  782. Patch830: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0730
  783. Patch831: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0731
  784. Patch832: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0732
  785. Patch833: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0733
  786. Patch834: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0734
  787. Patch835: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0735
  788. Patch836: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0736
  789. Patch837: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0737
  790. Patch838: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0738
  791. Patch839: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0739
  792. Patch840: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0740
  793. Patch841: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0741
  794. Patch842: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0742
  795. Patch843: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0743
  796. Patch844: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0744
  797. Patch845: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0745
  798. Patch846: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0746
  799. Patch847: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0747
  800. Patch848: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0748
  801. Patch849: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0749
  802. Patch850: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0750
  803. Patch851: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0751
  804. Patch852: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0752
  805. Patch853: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0753
  806. Patch854: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0754
  807. Patch855: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0755
  808. Patch856: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0756
  809. Patch857: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0757
  810. Patch858: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0758
  811. Patch859: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0759
  812. Patch860: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0760
  813. Patch861: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0761
  814. Patch862: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0762
  815. Patch863: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0763
  816. Patch864: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0764
  817. Patch865: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0765
  818. Patch866: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0766
  819. Patch867: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0767
  820. Patch868: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0768
  821. Patch869: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0769
  822. Patch870: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0770
  823. Patch871: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0771
  824. Patch872: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0772
  825. Patch873: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0773
  826. Patch874: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0774
  827. Patch875: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0775
  828. Patch876: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0776
  829. Patch877: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0777
  830. Patch878: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0778
  831. Patch879: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0779
  832. Patch880: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0780
  833. Patch881: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0781
  834. Patch882: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0782
  835. Patch883: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0783
  836. Patch884: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0784
  837. Patch885: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0785
  838. Patch886: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0786
  839. Patch887: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0787
  840. Patch888: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0788
  841. Patch889: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0789
  842. Patch890: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0790
  843. Patch891: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0791
  844. Patch892: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0792
  845. Patch893: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0793
  846. Patch894: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0794
  847. Patch895: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0795
  848. Patch896: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0796
  849. Patch897: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0797
  850. Patch898: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0798
  851. Patch899: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0799
  852. Patch900: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0800
  853. Patch901: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0801
  854. Patch902: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0802
  855. Patch903: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0803
  856. Patch904: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0804
  857. Patch905: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0805
  858. Patch906: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0806
  859. Patch907: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0807
  860. Patch908: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0808
  861. Patch909: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0809
  862. Patch910: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0810
  863. Patch911: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0811
  864. Patch912: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0812
  865. Patch913: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0813
  866. Patch914: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0814
  867. Patch915: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0815
  868. Patch916: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0816
  869. Patch917: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0817
  870. Patch918: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0818
  871. Patch919: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0819
  872. Patch920: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0820
  873. Patch921: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0821
  874. Patch922: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0822
  875. Patch923: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0823
  876. Patch924: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0824
  877. Patch925: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0825
  878. Patch926: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0826
  879. Patch927: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0827
  880. Patch928: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0828
  881. Patch929: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0829
  882. Patch930: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0830
  883. Patch931: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0831
  884. Patch932: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0832
  885. Patch933: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0833
  886. Patch934: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0834
  887. Patch935: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0835
  888. Patch936: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0836
  889. Patch937: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0837
  890. Patch938: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0838
  891. Patch939: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0839
  892. Patch940: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0840
  893. Patch941: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0841
  894. Patch942: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0842
  895. Patch943: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0843
  896. Patch944: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0844
  897. Patch945: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0845
  898. Patch946: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0846
  899. Patch947: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0847
  900. Patch948: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0848
  901. Patch949: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0849
  902. Patch950: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0850
  903. Patch951: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0851
  904. Patch952: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0852
  905. Patch953: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0853
  906. Patch954: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0854
  907. Patch955: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0855
  908. Patch956: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0856
  909. Patch957: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0857
  910. Patch958: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0858
  911. Patch959: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0859
  912. Patch960: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0860
  913. Patch961: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0861
  914. Patch962: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0862
  915. Patch963: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0863
  916. Patch964: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0864
  917. Patch965: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0865
  918. Patch966: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0866
  919. Patch967: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0867
  920. Patch968: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0868
  921. Patch969: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0869
  922. Patch970: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0870
  923. Patch971: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0871
  924. Patch972: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0872
  925. Patch973: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0873
  926. Patch974: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0874
  927. Patch975: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0875
  928. Patch976: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0876
  929. Patch977: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0877
  930. Patch978: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0878
  931. Patch979: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0879
  932. Patch980: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0880
  933. Patch981: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0881
  934. Patch982: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0882
  935. Patch983: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0883
  936. Patch984: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0884
  937. Patch985: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0885
  938. Patch986: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0886
  939. Patch987: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0887
  940. Patch988: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0888
  941. Patch989: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0889
  942. Patch990: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0890
  943. Patch991: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0891
  944. Patch992: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0892
  945. Patch993: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0893
  946. Patch994: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0894
  947. Patch995: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0895
  948. Patch996: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0896
  949. Patch997: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0897
  950. Patch998: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0898
  951. Patch999: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0899
  952. Patch1000: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0900
  953. Patch1001: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0901
  954. Patch1002: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0902
  955. Patch1003: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0903
  956. Patch1004: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0904
  957. Patch1005: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0905
  958. Patch1006: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0906
  959. Patch1007: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0907
  960. Patch1008: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0908
  961. Patch1009: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0909
  962. Patch1010: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0910
  963. Patch1011: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0911
  964. Patch1012: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0912
  965. Patch1013: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0913
  966. Patch1014: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0914
  967. Patch1015: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0915
  968. Patch1016: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0916
  969. Patch1017: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0917
  970. Patch1018: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0918
  971. Patch1019: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0919
  972. Patch1020: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0920
  973. Patch1021: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0921
  974. Patch1022: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0922
  975. Patch1023: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0923
  976. Patch1024: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0924
  977. Patch1025: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0925
  978. Patch1026: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0926
  979. Patch1027: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0927
  980. Patch1028: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0928
  981. Patch1029: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0929
  982. Patch1030: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0930
  983. Patch1031: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0931
  984. Patch1032: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0932
  985. Patch1033: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0933
  986. Patch1034: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0934
  987. Patch1035: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0935
  988. Patch1036: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0936
  989. Patch1037: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0937
  990. Patch1038: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0938
  991. Patch1039: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0939
  992. Patch1040: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0940
  993. Patch1041: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0941
  994. Patch1042: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0942
  995. Patch1043: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0943
  996. Patch1044: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0944
  997. Patch1045: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0945
  998. Patch1046: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0946
  999. Patch1047: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0947
  1000. Patch1048: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0948
  1001. Patch1049: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0949
  1002. Patch1050: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0950
  1003. Patch1051: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0951
  1004. Patch1052: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0952
  1005. Patch1053: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0953
  1006. Patch1054: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0954
  1007. Patch1055: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0955
  1008. Patch1056: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0956
  1009. Patch1057: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0957
  1010. Patch1058: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0958
  1011. Patch1059: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0959
  1012. Patch1060: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0960
  1013. Patch1061: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0961
  1014. Patch1062: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0962
  1015. Patch1063: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0963
  1016. Patch1064: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0964
  1017. Patch1065: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0965
  1018. Patch1066: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0966
  1019. Patch1067: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0967
  1020. Patch1068: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0968
  1021. Patch1069: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0969
  1022. Patch1070: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0970
  1023. Patch1071: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0971
  1024. Patch1072: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0972
  1025. Patch1073: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0973
  1026. Patch1074: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0974
  1027. Patch1075: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0975
  1028. Patch1076: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0976
  1029. Patch1077: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0977
  1030. Patch1078: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0978
  1031. Patch1079: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0979
  1032. Patch1080: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0980
  1033. Patch1081: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0981
  1034. Patch1082: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0982
  1035. Patch1083: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0983
  1036. Patch1084: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0984
  1037. Patch1085: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0985
  1038. Patch1086: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0986
  1039. Patch1087: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0987
  1040. Patch1088: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0988
  1041. Patch1089: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0989
  1042. Patch1090: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0990
  1043. Patch1091: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0991
  1044. Patch1092: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0992
  1045. Patch1093: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0993
  1046. Patch1094: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0994
  1047. Patch1095: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0995
  1048. Patch1096: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0996
  1049. Patch1097: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0997
  1050. Patch1098: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0998
  1051. Patch1099: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0999
  1052. Patch1100: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1000
  1053. Patch1101: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1001
  1054. Patch1102: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1002
  1055. Patch1103: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1003
  1056. Patch1104: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1004
  1057. Patch1105: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1005
  1058. Patch1106: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1006
  1059. Patch1107: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1007
  1060. Patch1108: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1008
  1061. Patch1109: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1009
  1062. Patch1110: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1010
  1063. Patch1111: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1011
  1064. Patch1112: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1012
  1065. Patch1113: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1013
  1066. Patch1114: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1014
  1067. Patch1115: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1015
  1068. Patch1116: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1016
  1069. Patch1117: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1017
  1070. Patch1118: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1018
  1071. Patch1119: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1019
  1072. Patch1120: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1020
  1073. Patch1121: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1021
  1074. Patch1122: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1022
  1075. Patch1123: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1023
  1076. Patch1124: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1024
  1077. Patch1125: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1025
  1078. Patch1126: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1026
  1079. Patch1127: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1027
  1080. Patch1128: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1028
  1081. Patch1129: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1029
  1082. Patch1130: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1030
  1083. Patch1131: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1031
  1084. Patch1132: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1032
  1085. Patch1133: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1033
  1086. Patch1134: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1034
  1087. Patch1135: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1035
  1088. Patch1136: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1036
  1089. Patch1137: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1037
  1090. Patch1138: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1038
  1091. Patch1139: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1039
  1092. Patch1140: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1040
  1093. Patch1141: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1041
  1094. Patch1142: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1042
  1095. Patch1143: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1043
  1096. Patch1144: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1044
  1097. Patch1145: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1045
  1098. Patch1146: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1046
  1099. Patch1147: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1047
  1100. Patch1148: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1048
  1101. Patch1149: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1049
  1102. Patch1150: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1050
  1103. Patch1151: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1051
  1104. Patch1152: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1052
  1105. Patch1153: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1053
  1106. Patch1154: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1054
  1107. Patch1155: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1055
  1108. Patch1156: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1056
  1109. Patch1157: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1057
  1110. Patch1158: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1058
  1111. Patch1159: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1059
  1112. Patch1160: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1060
  1113. Patch1161: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1061
  1114. Patch1162: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1062
  1115. Patch1163: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1063
  1116. Patch1164: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1064
  1117. Patch1165: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1065
  1118. Patch1166: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1066
  1119. Patch1167: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1067
  1120. Patch1168: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1068
  1121. Patch1169: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1069
  1122. Patch1170: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1070
  1123. Patch1171: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1071
  1124. Patch1172: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1072
  1125. Patch1173: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1073
  1126. Patch1174: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1074
  1127. Patch1175: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1075
  1128. Patch1176: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1076
  1129. Patch1177: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1077
  1130. Patch1178: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1078
  1131. Patch1179: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1079
  1132. Patch1180: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1080
  1133. Patch1181: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1081
  1134. Patch1182: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1082
  1135. Patch1183: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1083
  1136. Patch1184: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1084
  1137. Patch1185: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1085
  1138. Patch1186: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1086
  1139. Patch1187: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1087
  1140. Patch1188: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1088
  1141. Patch1189: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1089
  1142. Patch1190: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1090
  1143. Patch1191: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1091
  1144. Patch1192: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1092
  1145. Patch1193: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1093
  1146. Patch1194: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1094
  1147. Patch1195: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1095
  1148. Patch1196: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1096
  1149. Patch1197: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1097
  1150. Patch1198: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1098
  1151. Patch1199: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1099
  1152. Patch1200: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1100
  1153. Patch1201: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1101
  1154. Patch1202: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1102
  1155. Patch1203: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1103
  1156. Patch1204: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1104
  1157. Patch1205: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1105
  1158. Patch1206: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1106
  1159. Patch1207: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1107
  1160. Patch1208: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1108
  1161. Patch1209: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1109
  1162. Patch1210: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1110
  1163. Patch1211: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1111
  1164. Patch1212: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1112
  1165. Patch1213: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1113
  1166. Patch1214: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1114
  1167. Patch1215: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1115
  1168. Patch1216: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1116
  1169. Patch1217: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1117
  1170. Patch1218: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1118
  1171. Patch1219: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1119
  1172. Patch1220: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1120
  1173. Patch1221: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1121
  1174. Patch1222: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1122
  1175. Patch1223: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1123
  1176. Patch1224: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1124
  1177. Patch1225: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1125
  1178. Patch1226: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1126
  1179. Patch1227: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1127
  1180. Patch1228: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1128
  1181. Patch1229: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1129
  1182. Patch1230: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1130
  1183. Patch1231: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1131
  1184. Patch1232: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1132
  1185. Patch1233: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1133
  1186. Patch1234: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1134
  1187. Patch1235: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1135
  1188. Patch1236: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1136
  1189. Patch1237: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1137
  1190. Patch1238: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1138
  1191. Patch1239: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1139
  1192. Patch1240: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1140
  1193. Patch1241: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1141
  1194. Patch1242: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1142
  1195. Patch1243: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1143
  1196. Patch1244: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1144
  1197. Patch1245: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1145
  1198. Patch1246: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1146
  1199. Patch1247: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1147
  1200. Patch1248: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1148
  1201. Patch1249: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1149
  1202. Patch1250: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1150
  1203. Patch1251: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1151
  1204. Patch1252: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1152
  1205. Patch1253: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1153
  1206. Patch1254: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1154
  1207. Patch1255: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1155
  1208. Patch1256: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1156
  1209. Patch1257: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1157
  1210. Patch1258: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1158
  1211. Patch1259: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1159
  1212. Patch1260: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1160
  1213. Patch1261: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1161
  1214. Patch1262: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1162
  1215. Patch1263: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1163
  1216. Patch1264: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1164
  1217. Patch1265: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1165
  1218. Patch1266: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1166
  1219. Patch1267: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1167
  1220. Patch1268: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1168
  1221. Patch1269: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1169
  1222. Patch1270: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1170
  1223. Patch1271: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1171
  1224. Patch1272: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1172
  1225. Patch1273: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1173
  1226. Patch1274: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1174
  1227. Patch1275: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1175
  1228. Patch1276: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1176
  1229. Patch1277: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1177
  1230. Patch1278: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1178
  1231. Patch1279: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1179
  1232. Patch1280: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1180
  1233. Patch1281: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1181
  1234. Patch1282: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1182
  1235. Patch1283: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1183
  1236. Patch1284: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1184
  1237. Patch1285: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1185
  1238. Patch1286: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1186
  1239. Patch1287: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1187
  1240. Patch1288: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1188
  1241. Patch1289: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1189
  1242. Patch1290: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1190
  1243. Patch1291: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1191
  1244. Patch1292: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1192
  1245. Patch1293: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1193
  1246. Patch1294: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1194
  1247. Patch1295: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1195
  1248. Patch1296: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1196
  1249. Patch1297: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1197
  1250. Patch1298: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1198
  1251. Patch1299: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1199
  1252. Patch1300: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1200
  1253. Patch1301: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1201
  1254. Patch1302: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1202
  1255. Patch1303: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1203
  1256. Patch1304: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1204
  1257. Patch1305: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1205
  1258. Patch1306: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1206
  1259. Patch1307: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1207
  1260. Patch1308: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1208
  1261. Patch1309: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1209
  1262. Patch1310: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1210
  1263. Patch1311: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1211
  1264. Patch1312: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1212
  1265. Patch1313: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1213
  1266. Patch1314: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1214
  1267. Patch1315: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1215
  1268. Patch1316: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1216
  1269. Patch1317: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1217
  1270. Patch1318: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1218
  1271. Patch1319: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1219
  1272. Patch1320: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1220
  1273. Patch1321: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1221
  1274. Patch1322: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1222
  1275. Patch1323: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1223
  1276. Patch1324: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1224
  1277. Patch1325: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1225
  1278. Patch1326: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1226
  1279. Patch1327: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1227
  1280. Patch1328: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1228
  1281. Patch1329: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1229
  1282. Patch1330: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1230
  1283. Patch1331: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1231
  1284. Patch1332: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1232
  1285. Patch1333: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1233
  1286. Patch1334: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1234
  1287. Patch1335: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1235
  1288. Patch1336: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1236
  1289. Patch1337: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1237
  1290. Patch1338: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1238
  1291. Patch1339: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1239
  1292. Patch1340: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1240
  1293. Patch1341: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1241
  1294. Patch1342: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1242
  1295. Patch1343: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1243
  1296. Patch1344: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1244
  1297. Patch1345: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1245
  1298. Patch1346: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1246
  1299. Patch1347: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1247
  1300. Patch1348: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1248
  1301. Patch1349: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1249
  1302. Patch1350: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1250
  1303. Patch1351: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1251
  1304. Patch1352: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1252
  1305. Patch1353: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1253
  1306. Patch1354: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1254
  1307. Patch1355: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1255
  1308. Patch1356: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1256
  1309. Patch1357: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1257
  1310. Patch1358: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1258
  1311. Patch1359: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1259
  1312. Patch1360: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1260
  1313. Patch1361: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1261
  1314. Patch1362: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1262
  1315. Patch1363: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1263
  1316. Patch1364: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1264
  1317. Patch1365: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1265
  1318. Patch1366: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1266
  1319. Patch1367: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1267
  1320. Patch1368: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1268
  1321. Patch1369: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1269
  1322. Patch1370: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1270
  1323. Patch1371: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1271
  1324. Patch1372: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1272
  1325. Patch1373: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1273
  1326. Patch1374: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1274
  1327. Patch1375: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1275
  1328. Patch1376: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1276
  1329. Patch1377: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1277
  1330. Patch1378: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1278
  1331. Patch1379: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1279
  1332. Patch1380: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1280
  1333. Patch1381: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1281
  1334. Patch1382: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1282
  1335. Patch1383: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1283
  1336. Patch1384: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1284
  1337. Patch1385: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1285
  1338. Patch1386: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1286
  1339. Patch1387: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1287
  1340. Patch1388: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1288
  1341. Patch1389: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1289
  1342. Patch1390: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1290
  1343. Patch1391: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1291
  1344. Patch1392: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1292
  1345. Patch1393: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1293
  1346. Patch1394: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1294
  1347. Patch1395: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1295
  1348. Patch1396: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1296
  1349. Patch1397: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1297
  1350. Patch1398: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1298
  1351. Patch1399: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1299
  1352. Patch1400: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1300
  1353. Patch1401: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1301
  1354. Patch1402: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1302
  1355. Patch1403: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1303
  1356. Patch1404: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1304
  1357. Patch1405: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1305
  1358. Patch1406: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1306
  1359. Patch1407: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1307
  1360. Patch1408: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1308
  1361. Patch1409: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1309
  1362. Patch1410: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1310
  1363. Patch1411: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1311
  1364. Patch1412: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1312
  1365. Patch1413: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1313
  1366. Patch1414: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1314
  1367. Patch1415: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1315
  1368. Patch1416: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1316
  1369. Patch1417: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1317
  1370. Patch1418: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1318
  1371. Patch1419: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1319
  1372. Patch1420: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1320
  1373. Patch1421: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1321
  1374. Patch1422: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1322
  1375. Patch1423: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1323
  1376. Patch1424: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1324
  1377. Patch1425: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1325
  1378. Patch1426: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1326
  1379. Patch1427: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1327
  1380. Patch1428: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1328
  1381. Patch1429: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1329
  1382. Patch1430: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1330
  1383. Patch1431: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1331
  1384. Patch1432: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1332
  1385. Patch1433: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1333
  1386. Patch1434: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1334
  1387. Patch1435: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1335
  1388. Patch1436: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1336
  1389. Patch1437: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1337
  1390. Patch1438: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1338
  1391. Patch1439: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1339
  1392. Patch1440: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1340
  1393. Patch1441: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1341
  1394. Patch1442: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1342
  1395. Patch1443: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1343
  1396. Patch1444: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1344
  1397. Patch1445: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1345
  1398. Patch1446: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1346
  1399. Patch1447: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1347
  1400. Patch1448: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1348
  1401. Patch1449: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1349
  1402. Patch1450: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1350
  1403. Patch1451: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1351
  1404. Patch1452: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1352
  1405. Patch1453: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1353
  1406. Patch1454: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1354
  1407. Patch1455: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1355
  1408. Patch1456: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1356
  1409. Patch1457: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1357
  1410. Patch1458: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1358
  1411. Patch1459: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1359
  1412. Patch1460: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1360
  1413. Patch1461: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1361
  1414. Patch1462: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1362
  1415. Patch1463: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1363
  1416. Patch1464: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1364
  1417. Patch1465: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1365
  1418. Patch1466: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1366
  1419. Patch1467: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1367
  1420. Patch1468: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1368
  1421. Patch1469: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1369
  1422. Patch1470: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1370
  1423. Patch1471: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1371
  1424. Patch1472: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1372
  1425. Patch1473: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1373
  1426. Patch1474: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1374
  1427. Patch1475: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1375
  1428. Patch1476: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1376
  1429. Patch1477: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1377
  1430. Patch1478: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1378
  1431. Patch1479: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1379
  1432. Patch1480: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1380
  1433. Patch1481: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1381
  1434. Patch1482: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1382
  1435. Patch1483: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1383
  1436. Patch1484: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1384
  1437. Patch1485: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1385
  1438. Patch1486: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1386
  1439. Patch1487: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1387
  1440. Patch1488: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1388
  1441. Patch1489: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1389
  1442. Patch1490: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1390
  1443. Patch1491: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.1391
  1444. # build information
  1445. BuildPreReq: OpenPKG, openpkg >= 20160101, ncurses
  1446. PreReq: OpenPKG, openpkg >= 20160101, ncurses
  1447. %if "%{with_perl}" == "yes"
  1448. BuildPreReq: perl
  1449. PreReq: perl
  1450. %endif
  1451. %if "%{with_python}" == "yes"
  1452. BuildPreReq: python
  1453. PreReq: python
  1454. %endif
  1455. %if "%{with_tcl}" == "yes"
  1456. BuildPreReq: tcl
  1457. PreReq: tcl
  1458. %endif
  1459. %if "%{with_ruby}" == "yes"
  1460. BuildPreReq: ruby
  1461. PreReq: ruby
  1462. %endif
  1463. %if "%{with_shell}" == "yes"
  1464. BuildPreReq: autoconf
  1465. %endif
  1466. %description
  1467. Vim (Vi Improved) is a text editor that is upwards compatible
  1468. with the classical Unix Vi. It can be used to edit any ASCII
  1469. text. It is especially useful for editing programs. Vim offers
  1470. a lot of enhancements not available in the traditional Vi. For
  1471. example, Vim has multi level undo, multi windows and buffers, syntax
  1472. highlighting, command line editing, filename completion, on-line
  1473. help, and visual selection.
  1474. %track
  1475. prog vim = {
  1476. version = %{V_vl}
  1477. url = ftp://ftp.vim.org/pub/vim/unix/
  1478. regex = vim-(\d+.\d+)\.tar\.(gz|bz2)
  1479. }
  1480. prog vim:patchlevel = {
  1481. version = %{V_vl}.%{V_pl}
  1482. url = ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/
  1483. regex = (%{V_vl}\.\d+)
  1484. }
  1485. %prep
  1486. # unpack base distribution parts
  1487. %setup -q -c
  1488. %patch -p0
  1489. %if "%{with_shell}" == "yes"
  1490. %patch -p0 -d vim%{V_vs} -P 1
  1491. %endif
  1492. # apply bundle patchsets
  1493. # for patchset in 0001-1000; do
  1494. # %{l_gzip} -d -c $RPM_SOURCE_DIR/%{V_vl}.$patchset.gz |\
  1495. # %{l_patch} -p0 -E -t -s >/dev/null 2>&1 || true
  1496. # done
  1497. # apply remaining single patches
  1498. i=1
  1499. while [ $i -le %{V_pl} ]; do
  1500. cat $RPM_SOURCE_DIR/%{V_vl}.`echo $i | awk '{ printf("%04d", $0); }'` |\
  1501. %{l_patch} -p0 -E -t -s >/dev/null 2>&1 || true
  1502. i=`expr $i + 1`
  1503. done
  1504. # adjust introduction text for OpenPKG branding
  1505. %{l_shtool} subst \
  1506. -e 's;Modified by;Packaged by;' \
  1507. vim%{V_vs}/src/version.c
  1508. # adjust paths to global configuration files
  1509. %{l_shtool} subst \
  1510. -e 's;^/\* \(#define SYS_VIMRC_FILE\).*$;\1 "%{l_prefix}/etc/vim/vimrc";' \
  1511. -e 's;^/\* \(#define SYS_GVIMRC_FILE\).*$;\1 "%{l_prefix}/etc/vim/gvimrc";' \
  1512. vim%{V_vs}/src/feature.h
  1513. %if "%{with_python}" == "yes"
  1514. # fix Python includes
  1515. %{l_shtool} subst \
  1516. -e 's;PYTHON_CFLAGS=.*$;PYTHON_CFLAGS="`python-config --includes`";' \
  1517. vim%{V_vs}/src/auto/configure
  1518. %endif
  1519. %build
  1520. # configure package
  1521. cd vim%{V_vs}/src
  1522. %if "%{with_shell}" == "yes"
  1523. %{l_make} %{l_mflags} autoconf
  1524. %endif
  1525. CC="%{l_cc}" \
  1526. CFLAGS="%{l_cflags -O}" \
  1527. CPPFLAGS="%{l_cppflags}" \
  1528. LDFLAGS="%{l_ldflags}" \
  1529. GREP="grep" \
  1530. ./configure \
  1531. --prefix=%{l_prefix} \
  1532. --mandir=%{l_prefix}/man \
  1533. --with-local-dir=%{l_prefix} \
  1534. --with-global-runtime=%{l_prefix}/lib/vim \
  1535. --with-modified-by='%{l_openpkg_release}' \
  1536. --with-tlib=ncurses \
  1537. --without-x \
  1538. --disable-gui \
  1539. %if "%{with_features}" == "huge"
  1540. --with-features=huge \
  1541. %else
  1542. %if "%{with_features}" == "big"
  1543. --with-features=big \
  1544. %else
  1545. %if "%{with_features}" == "small"
  1546. --with-features=small \
  1547. %else
  1548. --with-features=normal \
  1549. %endif
  1550. %endif
  1551. %endif
  1552. %if "%{with_multibyte}" == "yes"
  1553. --enable-multibyte \
  1554. %endif
  1555. %if "%{with_perl}" == "yes"
  1556. --enable-perlinterp \
  1557. %else
  1558. --disable-perlinterp \
  1559. %endif
  1560. %if "%{with_python}" == "yes"
  1561. --enable-pythoninterp \
  1562. --with-python-config-dir=%{l_prefix}/lib/python/config \
  1563. %else
  1564. --disable-pythoninterp \
  1565. %endif
  1566. %if "%{with_tcl}" == "yes"
  1567. --enable-tclinterp \
  1568. %else
  1569. --disable-tclinterp \
  1570. %endif
  1571. %if "%{with_ruby}" == "yes"
  1572. --enable-rubyinterp \
  1573. %else
  1574. --disable-rubyinterp \
  1575. %endif
  1576. --disable-nls
  1577. %{l_shtool} subst \
  1578. -e 's;^\(VIMRTDIR[^=]*=\).*;\1;' \
  1579. Makefile
  1580. # build package
  1581. %{l_make} %{l_mflags -O}
  1582. %install
  1583. # perform package installation procedure
  1584. ( cd vim%{V_vs}/src
  1585. %{l_make} %{l_mflags} install \
  1586. prefix=$RPM_BUILD_ROOT%{l_prefix} \
  1587. MANDIR=$RPM_BUILD_ROOT%{l_prefix}/man
  1588. ) || exit $?
  1589. # strip down installation hierarchy
  1590. strip $RPM_BUILD_ROOT%{l_prefix}/bin/vim >/dev/null 2>&1 || true
  1591. rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/xxd
  1592. rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/xxd.1
  1593. rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/vim/tools
  1594. rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/vim/macros
  1595. # add links for program runtime variants
  1596. for link in vi ex rview rvim view vimdiff; do
  1597. rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/$link
  1598. ln $RPM_BUILD_ROOT%{l_prefix}/bin/vim \
  1599. $RPM_BUILD_ROOT%{l_prefix}/bin/$link
  1600. rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/$link.1
  1601. ln $RPM_BUILD_ROOT%{l_prefix}/man/man1/vim.1 \
  1602. $RPM_BUILD_ROOT%{l_prefix}/man/man1/$link.1
  1603. done
  1604. # create installation area for addon packages
  1605. %{l_shtool} mkdir -f -p -m 755 \
  1606. $RPM_BUILD_ROOT%{l_prefix}/lib/vim
  1607. # install run-command script
  1608. %{l_shtool} mkdir -f -p -m 755 \
  1609. $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
  1610. %{l_shtool} install -c -m 755 %{l_value -s -a} \
  1611. %{SOURCE rc.vim} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
  1612. # install default configuration
  1613. %{l_shtool} mkdir -f -p -m 755 \
  1614. $RPM_BUILD_ROOT%{l_prefix}/etc/vim
  1615. %{l_shtool} install -c -m 755 %{l_value -s -a} \
  1616. %{SOURCE vimrc} $RPM_BUILD_ROOT%{l_prefix}/etc/vim/
  1617. # determine installation files
  1618. %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  1619. %{l_files_std} \
  1620. '%config %{l_prefix}/etc/vim/vimrc'
  1621. %files -f files
  1622. %clean
  1623. %preun
  1624. if [ $1 -eq 0 ]; then
  1625. # remove a (usually empty) "helptags" file of addon packages
  1626. rm -f $RPM_INSTALL_PREFIX/lib/vim/doc/tags >/dev/null 2>&1 || true
  1627. fi