summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-07-02 17:05:14 +0000
committermartti <martti@pkgsrc.org>2006-07-02 17:05:14 +0000
commit9427e8bd1f542fbafc09cdcc00069eb610717fb6 (patch)
tree977db10a92c795bc93d2071d0d21debc4877c199 /editors/vim-share/Makefile.common
parentc460a0dff0bd539bcb1a37f7342ac092772651da (diff)
downloadpkgsrc-9427e8bd1f542fbafc09cdcc00069eb610717fb6.tar.gz
Updated editors/vim-share to 7.0.35
1649 7.0.018 VMS: plugins are not loaded on startup 1425 7.0.019 crash for "VjA789" and repeating 1470 7.0.020 GUI: crash when using 'mousefocus' 4240 7.0.021 crash when using "\\[" and "\\]" in 'errorformat 5471 7.0.022 Ruby: buffer.append() could append to the wrong buffer 5351 7.0.023 crash after Insert mode completion without matches 1619 7.0.024 it is possible to set arbitrary v: variables 2606 7.0.025 crash when deleting an item from a:000 1800 7.0.026 Unix: when using libcall() and old error may be shown 1494 7.0.029 cursor position may be wrong when using getchar() 1664 7.0.030 the ":compiler" command can't be used in a FileChangedRO event 1808 7.0.031 after deleting a buffer its Select mode mappings remain 2431 7.0.033 pasting after autoindent removes the indent 2042 7.0.034 repeating completion was wrong after typing text or using BS 5905 7.0.035 repeating Insert mode completion doesn't work properly
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r--editors/vim-share/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index acc124ba5ef..5b382ba7049 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.59 2006/05/21 13:32:27 martti Exp $
+# $NetBSD: Makefile.common,v 1.60 2006/07/02 17:05:14 martti Exp $
.include "../../editors/vim-share/version.mk"
@@ -16,7 +16,9 @@ EXTRACT_SUFX= .tar.bz2
PATCH_SITES= ftp://ftp.vim.org/pub/editors/vim/patches/${VIM_VERSION:Q}/
PATCHFILES+= 7.0.001 7.0.002 7.0.003 7.0.004 7.0.007 7.0.008 7.0.009
PATCHFILES+= 7.0.010 7.0.011 7.0.012 7.0.013 7.0.014 7.0.015 7.0.016
-PATCHFILES+= 7.0.017
+PATCHFILES+= 7.0.017 7.0.018 7.0.019 7.0.020 7.0.021 7.0.022 7.0.023
+PATCHFILES+= 7.0.024 7.0.025 7.0.026 7.0.029 7.0.030 7.0.031 7.0.033
+PATCHFILES+= 7.0.034 7.0.035
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.vim.org/