From aa8e77d1973feb4d883e37009b186df6a000e496 Mon Sep 17 00:00:00 2001 From: martti Date: Fri, 21 Nov 2008 08:00:31 +0000 Subject: 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 --- editors/vim-share/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/vim-share/Makefile.common') 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/ -- cgit v1.2.3