summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2008-11-21 08:00:31 +0000
committermartti <martti@pkgsrc.org>2008-11-21 08:00:31 +0000
commitaa8e77d1973feb4d883e37009b186df6a000e496 (patch)
treefb8f99a004e7a49af366c086c3e145c204bd87a5 /editors/vim-share/Makefile.common
parent6b7c5c9a7f6804f22c99c15a846a2887b3cc8244 (diff)
downloadpkgsrc-aa8e77d1973feb4d883e37009b186df6a000e496.tar.gz
Updated editors/vim-share to 7.2.49
22993 7.2.041 diff messed up when editing a diff buffer in another tab page 4987 7.2.042 restoring view in autocmd sometimes doesn't work completely 2550 7.2.043 VMS: Too many chars escaped in filename and shell commands 5639 7.2.044 crash because of gcc 4 being over protective for strcpy() 2056 7.2.045 the Python interface has an empty entry in sys.path 1704 7.2.046 wrong check for filling buffer with encoding 2470 7.2.047 using -nb while it is not supported makes other side hang 4758 7.2.048 v:count and v:prevcount are not set correctly 32552 7.2.049 (extra) Win32: the clipboard doesn't support UTF-16
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r--editors/vim-share/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index a0b317bc801..d8c07d34c83 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.118 2008/11/13 06:13:47 martti Exp $
+# $NetBSD: Makefile.common,v 1.119 2008/11/21 08:00:31 martti Exp $
# used by editors/vim/Makefile
# used by editors/vim-gtk/Makefile
@@ -32,7 +32,8 @@ PATCHFILES+= 7.2.008 7.2.009 7.2.010 7.2.011 7.2.012 7.2.013 7.2.014
PATCHFILES+= 7.2.015 7.2.016 7.2.017 7.2.018 7.2.019 7.2.020 7.2.021
PATCHFILES+= 7.2.022 7.2.023 7.2.024 7.2.025 7.2.026 7.2.027 7.2.028
PATCHFILES+= 7.2.029 7.2.030 7.2.031 7.2.032 7.2.033 7.2.034 7.2.035
-PATCHFILES+= 7.2.036 7.2.037 7.2.038 7.2.039 7.2.040
+PATCHFILES+= 7.2.036 7.2.037 7.2.038 7.2.039 7.2.040 7.2.041 7.2.042
+PATCHFILES+= 7.2.043 7.2.044 7.2.045 7.2.046 7.2.047 7.2.048 7.2.049
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.vim.org/