summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2010-03-18 06:11:24 +0000
committermartti <martti@pkgsrc.org>2010-03-18 06:11:24 +0000
commit112f91b1fedf68e51051e219c1b65b91b9c1bf28 (patch)
tree2529b2dcb47fdef59958e6890bef317678e16acc /editors/vim-share/Makefile.common
parent038ebf4054889aa157c1b63e6bc75e6a182fccf2 (diff)
downloadpkgsrc-112f91b1fedf68e51051e219c1b65b91b9c1bf28.tar.gz
Updated vim to 7.2.402
1554 7.2.395 in help CTRL=] on g?g? escapes the ?, causing it to fail 1554 7.2.396 get E38 errors 1722 7.2.397 redundant check for w_lines_valid 4127 7.2.398 when moving windows the cursor ends up in the wrong line 1784 7.2.399 (extra, after 7.2.388) cannot compile on MingW 12865 7.2.400 (after 7.2.387) Ruby problems with init and empty string 1982 7.2.401 wildmode list doesn't highlight directory names with a space 2649 7.2.402 error 705 when re-using funcref variable
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r--editors/vim-share/Makefile.common17
1 files changed, 2 insertions, 15 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index 6658be2a804..f4b3576c026 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.138 2010/03/11 06:32:29 martti Exp $
+# $NetBSD: Makefile.common,v 1.139 2010/03/18 06:11:24 martti Exp $
# used by editors/vim/Makefile
# used by editors/vim-gtk/Makefile
@@ -28,20 +28,7 @@ PATCH_SITES= ftp://ftp.vim.org/pub/editors/vim/patches/${VIM_VERSION}/
PATCH_SITES+= ftp://ftp.fu-berlin.de/misc/editors/vim/patches/${VIM_VERSION}/
PATCHFILES+= 7.2.001-100.gz 7.2.101-200.gz 7.2.201-300.gz
-PATCHFILES+= 7.2.301 7.2.302 7.2.303 7.2.304 7.2.305 7.2.306 7.2.307
-PATCHFILES+= 7.2.308 7.2.309 7.2.310 7.2.311 7.2.312 7.2.313 7.2.314
-PATCHFILES+= 7.2.315 7.2.316 7.2.317 7.2.318 7.2.319 7.2.320 7.2.321
-PATCHFILES+= 7.2.322 7.2.323 7.2.324 7.2.325 7.2.326 7.2.327 7.2.328
-PATCHFILES+= 7.2.329 7.2.330 7.2.331 7.2.332 7.2.333 7.2.334 7.2.335
-PATCHFILES+= 7.2.336 7.2.337 7.2.338 7.2.339 7.2.340 7.2.341 7.2.342
-PATCHFILES+= 7.2.343 7.2.344 7.2.345 7.2.346 7.2.347 7.2.348 7.2.349
-PATCHFILES+= 7.2.350 7.2.351 7.2.352 7.2.353 7.2.354 7.2.355 7.2.356
-PATCHFILES+= 7.2.357 7.2.358 7.2.359 7.2.360 7.2.361 7.2.362 7.2.363
-PATCHFILES+= 7.2.364 7.2.365 7.2.366 7.2.367 7.2.368 7.2.369 7.2.370
-PATCHFILES+= 7.2.371 7.2.372 7.2.373 7.2.374 7.2.375 7.2.376 7.2.377
-PATCHFILES+= 7.2.378 7.2.379 7.2.380 7.2.381 7.2.382 7.2.383 7.2.384
-PATCHFILES+= 7.2.385 7.2.386 7.2.387 7.2.388 7.2.389 7.2.390 7.2.391
-PATCHFILES+= 7.2.392 7.2.393 7.2.394
+PATCHFILES+= 7.2.301-400.gz 7.2.401 7.2.402
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.vim.org/