From e2a6ffac6e4046e889e9729486c5483177780efe Mon Sep 17 00:00:00 2001 From: martti Date: Thu, 17 Jan 2002 11:37:01 +0000 Subject: Updated vim to 6.0.140 * bufname() may find unlisted buffer while listed buffer matches * setting 'iminsert' in vimrc may show ruler on alternate screen * don't set 'iminsert' as a side effect of ":lmap" * completing values for ":set tags=" didn't escape spaces right * could unexpectedly apply a mapping in Insert mode * after using 'wildmenu' not all status lines are redrawn * leaking memory when wiping out a buffer with local mappings --- editors/vim-share/Makefile.common | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'editors/vim-share/Makefile.common') diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 73ce224bce3..52b4cc1a9cd 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.22 2002/01/14 14:10:28 martti Exp $ +# $NetBSD: Makefile.common,v 1.23 2002/01/17 11:37:01 martti Exp $ -VIM_VERSION= 6.0.130 +VIM_VERSION= 6.0.140 DISTNAME= vim-${VIM_VERSION:C/\.[0-9]*$//} CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ @@ -11,10 +11,11 @@ EXTRACT_SUFX= .tar.bz2 # # Following patches were ignored: -# 121, 122, 123, 125 +# 121, 122, 123, 125, 135, 137, 138 # PATCH_SITES+= ${MASTER_SITES:S/unix/patches/} -.for p in 124 126 127 128 129 130 +.for p in 124 126 127 128 129 130 \ + 131 132 133 134 136 139 140 PATCHFILES+= ${VIM_VERSION:C/\.[0-9]*$//}.${p} .endfor -- cgit v1.2.3