vim.spec 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009
  1. ##
  2. ## vim.spec -- OpenPKG RPM Package Specification
  3. ## Copyright (c) 2000-2019 OpenPKG Project <http://openpkg.org/>
  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.1
  25. %define V_vs 81
  26. %define V_pl 0751
  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 Project
  33. Distribution: OpenPKG Community
  34. Class: CORE
  35. Group: Editor
  36. License: Charityware
  37. Version: %{V_vl}.%{V_pl}
  38. Release: 20190116
  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_terminal 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. Patch101: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0001
  53. Patch102: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0002
  54. Patch103: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0003
  55. Patch104: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0004
  56. Patch105: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0005
  57. Patch106: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0006
  58. Patch107: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0007
  59. Patch108: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0008
  60. Patch109: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0009
  61. Patch110: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0010
  62. Patch111: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0011
  63. Patch112: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0012
  64. Patch113: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0013
  65. Patch114: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0014
  66. Patch115: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0015
  67. Patch116: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0016
  68. Patch117: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0017
  69. Patch118: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0018
  70. Patch119: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0019
  71. Patch120: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0020
  72. Patch121: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0021
  73. Patch122: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0022
  74. Patch123: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0023
  75. Patch124: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0024
  76. Patch125: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0025
  77. Patch126: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0026
  78. Patch127: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0027
  79. Patch128: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0028
  80. Patch129: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0029
  81. Patch130: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0030
  82. Patch131: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0031
  83. Patch132: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0032
  84. Patch133: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0033
  85. Patch134: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0034
  86. Patch135: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0035
  87. Patch136: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0036
  88. Patch137: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0037
  89. Patch138: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0038
  90. Patch139: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0039
  91. Patch140: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0040
  92. Patch141: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0041
  93. Patch142: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0042
  94. Patch143: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0043
  95. Patch144: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0044
  96. Patch145: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0045
  97. Patch146: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0046
  98. Patch147: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0047
  99. Patch148: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0048
  100. Patch149: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0049
  101. Patch150: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0050
  102. Patch151: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0051
  103. Patch152: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0052
  104. Patch153: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0053
  105. Patch154: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0054
  106. Patch155: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0055
  107. Patch156: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0056
  108. Patch157: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0057
  109. Patch158: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0058
  110. Patch159: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0059
  111. Patch160: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0060
  112. Patch161: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0061
  113. Patch162: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0062
  114. Patch163: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0063
  115. Patch164: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0064
  116. Patch165: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0065
  117. Patch166: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0066
  118. Patch167: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0067
  119. Patch168: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0068
  120. Patch169: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0069
  121. Patch170: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0070
  122. Patch171: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0071
  123. Patch172: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0072
  124. Patch173: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0073
  125. Patch174: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0074
  126. Patch175: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0075
  127. Patch176: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0076
  128. Patch177: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0077
  129. Patch178: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0078
  130. Patch179: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0079
  131. Patch180: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0080
  132. Patch181: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0081
  133. Patch182: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0082
  134. Patch183: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0083
  135. Patch184: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0084
  136. Patch185: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0085
  137. Patch186: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0086
  138. Patch187: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0087
  139. Patch188: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0088
  140. Patch189: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0089
  141. Patch190: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0090
  142. Patch191: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0091
  143. Patch192: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0092
  144. Patch193: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0093
  145. Patch194: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0094
  146. Patch195: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0095
  147. Patch196: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0096
  148. Patch197: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0097
  149. Patch198: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0098
  150. Patch199: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0099
  151. Patch200: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0100
  152. Patch201: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0101
  153. Patch202: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0102
  154. Patch203: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0103
  155. Patch204: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0104
  156. Patch205: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0105
  157. Patch206: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0106
  158. Patch207: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0107
  159. Patch208: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0108
  160. Patch209: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0109
  161. Patch210: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0110
  162. Patch211: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0111
  163. Patch212: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0112
  164. Patch213: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0113
  165. Patch214: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0114
  166. Patch215: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0115
  167. Patch216: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0116
  168. Patch217: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0117
  169. Patch218: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0118
  170. Patch219: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0119
  171. Patch220: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0120
  172. Patch221: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0121
  173. Patch222: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0122
  174. Patch223: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0123
  175. Patch224: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0124
  176. Patch225: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0125
  177. Patch226: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0126
  178. Patch227: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0127
  179. Patch228: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0128
  180. Patch229: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0129
  181. Patch230: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0130
  182. Patch231: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0131
  183. Patch232: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0132
  184. Patch233: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0133
  185. Patch234: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0134
  186. Patch235: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0135
  187. Patch236: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0136
  188. Patch237: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0137
  189. Patch238: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0138
  190. Patch239: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0139
  191. Patch240: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0140
  192. Patch241: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0141
  193. Patch242: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0142
  194. Patch243: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0143
  195. Patch244: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0144
  196. Patch245: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0145
  197. Patch246: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0146
  198. Patch247: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0147
  199. Patch248: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0148
  200. Patch249: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0149
  201. Patch250: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0150
  202. Patch251: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0151
  203. Patch252: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0152
  204. Patch253: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0153
  205. Patch254: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0154
  206. Patch255: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0155
  207. Patch256: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0156
  208. Patch257: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0157
  209. Patch258: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0158
  210. Patch259: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0159
  211. Patch260: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0160
  212. Patch261: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0161
  213. Patch262: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0162
  214. Patch263: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0163
  215. Patch264: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0164
  216. Patch265: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0165
  217. Patch266: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0166
  218. Patch267: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0167
  219. Patch268: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0168
  220. Patch269: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0169
  221. Patch270: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0170
  222. Patch271: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0171
  223. Patch272: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0172
  224. Patch273: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0173
  225. Patch274: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0174
  226. Patch275: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0175
  227. Patch276: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0176
  228. Patch277: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0177
  229. Patch278: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0178
  230. Patch279: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0179
  231. Patch280: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0180
  232. Patch281: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0181
  233. Patch282: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0182
  234. Patch283: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0183
  235. Patch284: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0184
  236. Patch285: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0185
  237. Patch286: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0186
  238. Patch287: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0187
  239. Patch288: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0188
  240. Patch289: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0189
  241. Patch290: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0190
  242. Patch291: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0191
  243. Patch292: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0192
  244. Patch293: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0193
  245. Patch294: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0194
  246. Patch295: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0195
  247. Patch296: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0196
  248. Patch297: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0197
  249. Patch298: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0198
  250. Patch299: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0199
  251. Patch300: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0200
  252. Patch301: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0201
  253. Patch302: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0202
  254. Patch303: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0203
  255. Patch304: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0204
  256. Patch305: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0205
  257. Patch306: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0206
  258. Patch307: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0207
  259. Patch308: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0208
  260. Patch309: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0209
  261. Patch310: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0210
  262. Patch311: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0211
  263. Patch312: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0212
  264. Patch313: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0213
  265. Patch314: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0214
  266. Patch315: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0215
  267. Patch316: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0216
  268. Patch317: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0217
  269. Patch318: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0218
  270. Patch319: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0219
  271. Patch320: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0220
  272. Patch321: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0221
  273. Patch322: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0222
  274. Patch323: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0223
  275. Patch324: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0224
  276. Patch325: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0225
  277. Patch326: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0226
  278. Patch327: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0227
  279. Patch328: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0228
  280. Patch329: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0229
  281. Patch330: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0230
  282. Patch331: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0231
  283. Patch332: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0232
  284. Patch333: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0233
  285. Patch334: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0234
  286. Patch335: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0235
  287. Patch336: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0236
  288. Patch337: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0237
  289. Patch338: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0238
  290. Patch339: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0239
  291. Patch340: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0240
  292. Patch341: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0241
  293. Patch342: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0242
  294. Patch343: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0243
  295. Patch344: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0244
  296. Patch345: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0245
  297. Patch346: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0246
  298. Patch347: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0247
  299. Patch348: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0248
  300. Patch349: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0249
  301. Patch350: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0250
  302. Patch351: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0251
  303. Patch352: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0252
  304. Patch353: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0253
  305. Patch354: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0254
  306. Patch355: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0255
  307. Patch356: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0256
  308. Patch357: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0257
  309. Patch358: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0258
  310. Patch359: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0259
  311. Patch360: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0260
  312. Patch361: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0261
  313. Patch362: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0262
  314. Patch363: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0263
  315. Patch364: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0264
  316. Patch365: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0265
  317. Patch366: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0266
  318. Patch367: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0267
  319. Patch368: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0268
  320. Patch369: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0269
  321. Patch370: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0270
  322. Patch371: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0271
  323. Patch372: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0272
  324. Patch373: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0273
  325. Patch374: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0274
  326. Patch375: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0275
  327. Patch376: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0276
  328. Patch377: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0277
  329. Patch378: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0278
  330. Patch379: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0279
  331. Patch380: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0280
  332. Patch381: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0281
  333. Patch382: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0282
  334. Patch383: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0283
  335. Patch384: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0284
  336. Patch385: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0285
  337. Patch386: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0286
  338. Patch387: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0287
  339. Patch388: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0288
  340. Patch389: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0289
  341. Patch390: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0290
  342. Patch391: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0291
  343. Patch392: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0292
  344. Patch393: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0293
  345. Patch394: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0294
  346. Patch395: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0295
  347. Patch396: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0296
  348. Patch397: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0297
  349. Patch398: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0298
  350. Patch399: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0299
  351. Patch400: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0300
  352. Patch401: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0301
  353. Patch402: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0302
  354. Patch403: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0303
  355. Patch404: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0304
  356. Patch405: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0305
  357. Patch406: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0306
  358. Patch407: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0307
  359. Patch408: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0308
  360. Patch409: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0309
  361. Patch410: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0310
  362. Patch411: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0311
  363. Patch412: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0312
  364. Patch413: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0313
  365. Patch414: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0314
  366. Patch415: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0315
  367. Patch416: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0316
  368. Patch417: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0317
  369. Patch418: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0318
  370. Patch419: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0319
  371. Patch420: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0320
  372. Patch421: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0321
  373. Patch422: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0322
  374. Patch423: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0323
  375. Patch424: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0324
  376. Patch425: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0325
  377. Patch426: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0326
  378. Patch427: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0327
  379. Patch428: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0328
  380. Patch429: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0329
  381. Patch430: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0330
  382. Patch431: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0331
  383. Patch432: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0332
  384. Patch433: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0333
  385. Patch434: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0334
  386. Patch435: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0335
  387. Patch436: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0336
  388. Patch437: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0337
  389. Patch438: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0338
  390. Patch439: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0339
  391. Patch440: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0340
  392. Patch441: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0341
  393. Patch442: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0342
  394. Patch443: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0343
  395. Patch444: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0344
  396. Patch445: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0345
  397. Patch446: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0346
  398. Patch447: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0347
  399. Patch448: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0348
  400. Patch449: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0349
  401. Patch450: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0350
  402. Patch451: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0351
  403. Patch452: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0352
  404. Patch453: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0353
  405. Patch454: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0354
  406. Patch455: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0355
  407. Patch456: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0356
  408. Patch457: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0357
  409. Patch458: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0358
  410. Patch459: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0359
  411. Patch460: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0360
  412. Patch461: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0361
  413. Patch462: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0362
  414. Patch463: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0363
  415. Patch464: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0364
  416. Patch465: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0365
  417. Patch466: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0366
  418. Patch467: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0367
  419. Patch468: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0368
  420. Patch469: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0369
  421. Patch470: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0370
  422. Patch471: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0371
  423. Patch472: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0372
  424. Patch473: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0373
  425. Patch474: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0374
  426. Patch475: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0375
  427. Patch476: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0376
  428. Patch477: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0377
  429. Patch478: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0378
  430. Patch479: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0379
  431. Patch480: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0380
  432. Patch481: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0381
  433. Patch482: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0382
  434. Patch483: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0383
  435. Patch484: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0384
  436. Patch485: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0385
  437. Patch486: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0386
  438. Patch487: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0387
  439. Patch488: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0388
  440. Patch489: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0389
  441. Patch490: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0390
  442. Patch491: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0391
  443. Patch492: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0392
  444. Patch493: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0393
  445. Patch494: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0394
  446. Patch495: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0395
  447. Patch496: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0396
  448. Patch497: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0397
  449. Patch498: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0398
  450. Patch499: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0399
  451. Patch500: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0400
  452. Patch501: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0401
  453. Patch502: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0402
  454. Patch503: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0403
  455. Patch504: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0404
  456. Patch505: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0405
  457. Patch506: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0406
  458. Patch507: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0407
  459. Patch508: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0408
  460. Patch509: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0409
  461. Patch510: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0410
  462. Patch511: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0411
  463. Patch512: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0412
  464. Patch513: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0413
  465. Patch514: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0414
  466. Patch515: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0415
  467. Patch516: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0416
  468. Patch517: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0417
  469. Patch518: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0418
  470. Patch519: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0419
  471. Patch520: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0420
  472. Patch521: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0421
  473. Patch522: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0422
  474. Patch523: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0423
  475. Patch524: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0424
  476. Patch525: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0425
  477. Patch526: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0426
  478. Patch527: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0427
  479. Patch528: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0428
  480. Patch529: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0429
  481. Patch530: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0430
  482. Patch531: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0431
  483. Patch532: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0432
  484. Patch533: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0433
  485. Patch534: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0434
  486. Patch535: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0435
  487. Patch536: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0436
  488. Patch537: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0437
  489. Patch538: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0438
  490. Patch539: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0439
  491. Patch540: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0440
  492. Patch541: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0441
  493. Patch542: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0442
  494. Patch543: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0443
  495. Patch544: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0444
  496. Patch545: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0445
  497. Patch546: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0446
  498. Patch547: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0447
  499. Patch548: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0448
  500. Patch549: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0449
  501. Patch550: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0450
  502. Patch551: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0451
  503. Patch552: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0452
  504. Patch553: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0453
  505. Patch554: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0454
  506. Patch555: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0455
  507. Patch556: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0456
  508. Patch557: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0457
  509. Patch558: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0458
  510. Patch559: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0459
  511. Patch560: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0460
  512. Patch561: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0461
  513. Patch562: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0462
  514. Patch563: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0464
  515. Patch564: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0464
  516. Patch565: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0465
  517. Patch566: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0466
  518. Patch567: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0467
  519. Patch568: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0468
  520. Patch569: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0469
  521. Patch570: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0470
  522. Patch571: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0471
  523. Patch572: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0472
  524. Patch573: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0473
  525. Patch574: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0474
  526. Patch575: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0475
  527. Patch576: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0476
  528. Patch577: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0477
  529. Patch578: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0478
  530. Patch579: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0479
  531. Patch580: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0480
  532. Patch581: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0481
  533. Patch582: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0482
  534. Patch583: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0483
  535. Patch584: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0484
  536. Patch585: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0485
  537. Patch586: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0486
  538. Patch587: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0487
  539. Patch588: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0488
  540. Patch589: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0489
  541. Patch590: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0490
  542. Patch591: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0491
  543. Patch592: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0492
  544. Patch593: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0493
  545. Patch594: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0494
  546. Patch595: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0495
  547. Patch596: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0496
  548. Patch597: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0497
  549. Patch598: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0498
  550. Patch599: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0499
  551. Patch600: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0500
  552. Patch601: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0501
  553. Patch602: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0502
  554. Patch603: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0503
  555. Patch604: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0504
  556. Patch605: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0505
  557. Patch606: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0506
  558. Patch607: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0507
  559. Patch608: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0508
  560. Patch609: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0509
  561. Patch610: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0510
  562. Patch611: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0511
  563. Patch612: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0512
  564. Patch613: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0513
  565. Patch614: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0514
  566. Patch615: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0515
  567. Patch616: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0516
  568. Patch617: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0517
  569. Patch618: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0518
  570. Patch619: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0519
  571. Patch620: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0520
  572. Patch621: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0521
  573. Patch622: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0522
  574. Patch623: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0523
  575. Patch624: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0524
  576. Patch625: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0525
  577. Patch626: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0526
  578. Patch627: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0527
  579. Patch628: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0528
  580. Patch629: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0529
  581. Patch630: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0530
  582. Patch631: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0531
  583. Patch632: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0532
  584. Patch633: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0533
  585. Patch634: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0534
  586. Patch635: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0535
  587. Patch636: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0536
  588. Patch637: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0537
  589. Patch638: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0538
  590. Patch639: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0539
  591. Patch640: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0540
  592. Patch641: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0541
  593. Patch642: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0542
  594. Patch643: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0543
  595. Patch644: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0544
  596. Patch645: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0545
  597. Patch646: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0546
  598. Patch647: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0547
  599. Patch648: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0548
  600. Patch649: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0549
  601. Patch650: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0550
  602. Patch651: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0551
  603. Patch652: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0552
  604. Patch653: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0553
  605. Patch654: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0554
  606. Patch655: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0555
  607. Patch656: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0556
  608. Patch657: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0557
  609. Patch658: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0558
  610. Patch659: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0559
  611. Patch660: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0560
  612. Patch661: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0561
  613. Patch662: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0562
  614. Patch663: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0563
  615. Patch664: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0564
  616. Patch665: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0565
  617. Patch666: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0566
  618. Patch667: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0567
  619. Patch668: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0568
  620. Patch669: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0569
  621. Patch670: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0570
  622. Patch671: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0571
  623. Patch672: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0572
  624. Patch673: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0573
  625. Patch674: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0574
  626. Patch675: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0575
  627. Patch676: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0576
  628. Patch677: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0577
  629. Patch678: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0578
  630. Patch679: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0579
  631. Patch680: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0580
  632. Patch681: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0581
  633. Patch682: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0582
  634. Patch683: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0583
  635. Patch684: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0584
  636. Patch685: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0585
  637. Patch686: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0586
  638. Patch687: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0587
  639. Patch688: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0588
  640. Patch689: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0589
  641. Patch690: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0590
  642. Patch691: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0591
  643. Patch692: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0592
  644. Patch693: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0593
  645. Patch694: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0594
  646. Patch695: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0595
  647. Patch696: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0596
  648. Patch697: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0597
  649. Patch698: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0598
  650. Patch699: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0599
  651. Patch700: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0600
  652. Patch701: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0601
  653. Patch702: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0602
  654. Patch703: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0603
  655. Patch704: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0604
  656. Patch705: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0605
  657. Patch706: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0606
  658. Patch707: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0607
  659. Patch708: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0608
  660. Patch709: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0609
  661. Patch710: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0610
  662. Patch711: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0611
  663. Patch712: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0612
  664. Patch713: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0613
  665. Patch714: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0614
  666. Patch715: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0615
  667. Patch716: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0616
  668. Patch717: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0617
  669. Patch718: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0618
  670. Patch719: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0619
  671. Patch720: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0620
  672. Patch721: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0621
  673. Patch722: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0622
  674. Patch723: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0623
  675. Patch724: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0624
  676. Patch725: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0625
  677. Patch726: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0626
  678. Patch727: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0627
  679. Patch728: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0628
  680. Patch729: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0629
  681. Patch730: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0630
  682. Patch731: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0631
  683. Patch732: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0632
  684. Patch733: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0633
  685. Patch734: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0634
  686. Patch735: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0635
  687. Patch736: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0636
  688. Patch737: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0637
  689. Patch738: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0638
  690. Patch739: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0639
  691. Patch740: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0640
  692. Patch741: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0641
  693. Patch742: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0642
  694. Patch743: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0643
  695. Patch744: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0644
  696. Patch745: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0645
  697. Patch746: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0646
  698. Patch747: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0647
  699. Patch748: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0648
  700. Patch749: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0649
  701. Patch750: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0650
  702. Patch751: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0651
  703. Patch752: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0652
  704. Patch753: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0653
  705. Patch754: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0654
  706. Patch755: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0655
  707. Patch756: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0656
  708. Patch757: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0657
  709. Patch758: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0658
  710. Patch759: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0659
  711. Patch760: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0660
  712. Patch761: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0661
  713. Patch762: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0662
  714. Patch763: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0663
  715. Patch764: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0664
  716. Patch765: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0665
  717. Patch766: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0666
  718. Patch767: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0667
  719. Patch768: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0668
  720. Patch769: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0669
  721. Patch770: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0670
  722. Patch771: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0671
  723. Patch772: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0672
  724. Patch773: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0673
  725. Patch774: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0674
  726. Patch775: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0675
  727. Patch776: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0676
  728. Patch777: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0677
  729. Patch778: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0678
  730. Patch779: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0679
  731. Patch780: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0680
  732. Patch781: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0681
  733. Patch782: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0682
  734. Patch783: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0683
  735. Patch784: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0684
  736. Patch785: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0685
  737. Patch786: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0686
  738. Patch787: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0687
  739. Patch788: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0688
  740. Patch789: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0689
  741. Patch790: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0690
  742. Patch791: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0691
  743. Patch792: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0692
  744. Patch793: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0693
  745. Patch794: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0694
  746. Patch795: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0695
  747. Patch796: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0696
  748. Patch797: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0697
  749. Patch798: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0698
  750. Patch799: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0699
  751. Patch800: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0700
  752. Patch801: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0701
  753. Patch802: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0702
  754. Patch803: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0703
  755. Patch804: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0704
  756. Patch805: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0705
  757. Patch806: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0706
  758. Patch807: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0707
  759. Patch808: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0708
  760. Patch809: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0709
  761. Patch810: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0710
  762. Patch811: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0711
  763. Patch812: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0712
  764. Patch813: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0713
  765. Patch814: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0714
  766. Patch815: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0715
  767. Patch816: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0716
  768. Patch817: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0717
  769. Patch818: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0718
  770. Patch819: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0719
  771. Patch820: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0720
  772. Patch821: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0721
  773. Patch822: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0722
  774. Patch823: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0723
  775. Patch824: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0724
  776. Patch825: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0725
  777. Patch826: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0726
  778. Patch827: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0727
  779. Patch828: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0728
  780. Patch829: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0729
  781. Patch830: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0730
  782. Patch831: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0731
  783. Patch832: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0732
  784. Patch833: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0733
  785. Patch834: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0734
  786. Patch835: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0735
  787. Patch836: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0736
  788. Patch837: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0737
  789. Patch838: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0738
  790. Patch839: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0739
  791. Patch840: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0740
  792. Patch841: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0741
  793. Patch842: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0742
  794. Patch843: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0743
  795. Patch844: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0744
  796. Patch845: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0745
  797. Patch846: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0746
  798. Patch847: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0747
  799. Patch848: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0748
  800. Patch849: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0749
  801. Patch850: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0750
  802. Patch851: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0751
  803. Patch852: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0752
  804. Patch853: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0753
  805. Patch854: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0754
  806. Patch855: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0755
  807. Patch856: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0756
  808. Patch857: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.0757
  809. # build information
  810. BuildPreReq: OpenPKG, openpkg >= 20160101, ncurses
  811. PreReq: OpenPKG, openpkg >= 20160101, ncurses
  812. %if "%{with_perl}" == "yes"
  813. BuildPreReq: perl
  814. PreReq: perl
  815. %endif
  816. %if "%{with_python}" == "yes"
  817. BuildPreReq: python
  818. PreReq: python
  819. %endif
  820. %if "%{with_tcl}" == "yes"
  821. BuildPreReq: tcl
  822. PreReq: tcl
  823. %endif
  824. %if "%{with_ruby}" == "yes"
  825. BuildPreReq: ruby
  826. PreReq: ruby
  827. %endif
  828. %description
  829. Vim (Vi Improved) is a text editor that is upwards compatible
  830. with the classical Unix Vi. It can be used to edit any ASCII
  831. text. It is especially useful for editing programs. Vim offers
  832. a lot of enhancements not available in the traditional Vi. For
  833. example, Vim has multi level undo, multi windows and buffers, syntax
  834. highlighting, command line editing, filename completion, on-line
  835. help, and visual selection.
  836. %track
  837. prog vim = {
  838. version = %{V_vl}
  839. url = ftp://ftp.vim.org/pub/vim/unix/
  840. regex = vim-(\d+.\d+)\.tar\.(gz|bz2)
  841. }
  842. prog vim:patchlevel = {
  843. version = %{V_vl}.%{V_pl}
  844. url = ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/
  845. regex = (%{V_vl}\.\d+)
  846. }
  847. %prep
  848. # unpack base distribution parts
  849. %setup -q -c
  850. %patch -p0
  851. # apply remaining single patches
  852. i=1
  853. while [ $i -le %{V_pl} ]; do
  854. cat $RPM_SOURCE_DIR/%{V_vl}.`echo $i | awk '{ printf("%04d", $0); }'` |\
  855. %{l_patch} -p0 -E -t -s >/dev/null 2>&1 || true
  856. i=`expr $i + 1`
  857. done
  858. # adjust introduction text for OpenPKG branding
  859. %{l_shtool} subst \
  860. -e 's;Modified by;Packaged by;' \
  861. vim%{V_vs}/src/version.c
  862. # adjust paths to global configuration files
  863. %{l_shtool} subst \
  864. -e 's;^/\* \(#define SYS_VIMRC_FILE\).*$;\1 "%{l_prefix}/etc/vim/vimrc";' \
  865. -e 's;^/\* \(#define SYS_GVIMRC_FILE\).*$;\1 "%{l_prefix}/etc/vim/gvimrc";' \
  866. vim%{V_vs}/src/feature.h
  867. %if "%{with_python}" == "yes"
  868. # fix Python includes
  869. %{l_shtool} subst \
  870. -e 's;PYTHON_CFLAGS=.*$;PYTHON_CFLAGS="`python-config --includes`";' \
  871. vim%{V_vs}/src/auto/configure
  872. %endif
  873. %build
  874. # configure package
  875. cd vim%{V_vs}/src
  876. CC="%{l_cc}" \
  877. CFLAGS="%{l_cflags -O}" \
  878. CPPFLAGS="%{l_cppflags}" \
  879. LDFLAGS="%{l_ldflags}" \
  880. GREP="grep" \
  881. ./configure \
  882. --prefix=%{l_prefix} \
  883. --mandir=%{l_prefix}/man \
  884. --with-local-dir=%{l_prefix} \
  885. --with-global-runtime=%{l_prefix}/lib/vim \
  886. --with-modified-by='%{l_openpkg_release}' \
  887. --with-tlib=ncurses \
  888. --without-x \
  889. --disable-gui \
  890. %if "%{with_features}" == "huge"
  891. --with-features=huge \
  892. %else
  893. %if "%{with_features}" == "big"
  894. --with-features=big \
  895. %else
  896. %if "%{with_features}" == "small"
  897. --with-features=small \
  898. %else
  899. --with-features=normal \
  900. %endif
  901. %endif
  902. %endif
  903. %if "%{with_multibyte}" == "yes"
  904. --enable-multibyte \
  905. %endif
  906. %if "%{with_perl}" == "yes"
  907. --enable-perlinterp \
  908. %else
  909. --disable-perlinterp \
  910. %endif
  911. %if "%{with_python}" == "yes"
  912. --enable-pythoninterp \
  913. --with-python-config-dir=%{l_prefix}/lib/python/config \
  914. %else
  915. --disable-pythoninterp \
  916. %endif
  917. %if "%{with_tcl}" == "yes"
  918. --enable-tclinterp \
  919. %else
  920. --disable-tclinterp \
  921. %endif
  922. %if "%{with_ruby}" == "yes"
  923. --enable-rubyinterp \
  924. %else
  925. --disable-rubyinterp \
  926. %endif
  927. %if "%{with_terminal}" == "yes"
  928. --enable-terminal \
  929. %else
  930. --disable-terminal \
  931. %endif
  932. --disable-nls
  933. %{l_shtool} subst \
  934. -e 's;^\(VIMRTDIR[^=]*=\).*;\1;' \
  935. Makefile
  936. # build package
  937. %{l_make} %{l_mflags -O}
  938. %install
  939. # perform package installation procedure
  940. ( cd vim%{V_vs}/src
  941. %{l_make} %{l_mflags} install \
  942. prefix=$RPM_BUILD_ROOT%{l_prefix} \
  943. MANDIR=$RPM_BUILD_ROOT%{l_prefix}/man
  944. ) || exit $?
  945. # strip down installation hierarchy
  946. strip $RPM_BUILD_ROOT%{l_prefix}/bin/vim >/dev/null 2>&1 || true
  947. rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/xxd
  948. rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/xxd.1
  949. rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/vim/tools
  950. rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/vim/macros
  951. # add links for program runtime variants
  952. for link in vi ex rview rvim view vimdiff; do
  953. rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/$link
  954. ln $RPM_BUILD_ROOT%{l_prefix}/bin/vim \
  955. $RPM_BUILD_ROOT%{l_prefix}/bin/$link
  956. rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/$link.1
  957. ln $RPM_BUILD_ROOT%{l_prefix}/man/man1/vim.1 \
  958. $RPM_BUILD_ROOT%{l_prefix}/man/man1/$link.1
  959. done
  960. # create installation area for addon packages
  961. %{l_shtool} mkdir -f -p -m 755 \
  962. $RPM_BUILD_ROOT%{l_prefix}/lib/vim
  963. # install run-command script
  964. %{l_shtool} mkdir -f -p -m 755 \
  965. $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
  966. %{l_shtool} install -c -m 755 %{l_value -s -a} \
  967. %{SOURCE rc.vim} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
  968. # install default configuration
  969. %{l_shtool} mkdir -f -p -m 755 \
  970. $RPM_BUILD_ROOT%{l_prefix}/etc/vim
  971. %{l_shtool} install -c -m 755 %{l_value -s -a} \
  972. %{SOURCE vimrc} $RPM_BUILD_ROOT%{l_prefix}/etc/vim/
  973. # determine installation files
  974. %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  975. %{l_files_std} \
  976. '%config %{l_prefix}/etc/vim/vimrc'
  977. %files -f files
  978. %clean
  979. %preun
  980. if [ $1 -eq 0 ]; then
  981. # remove a (usually empty) "helptags" file of addon packages
  982. rm -f $RPM_INSTALL_PREFIX/lib/vim/doc/tags >/dev/null 2>&1 || true
  983. fi