diff options
author | martti <martti@pkgsrc.org> | 2005-12-27 10:17:29 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-12-27 10:17:29 +0000 |
commit | 4da8e825ad51ec1ea4afff6655ed3b7b40f6ff5c (patch) | |
tree | d1f19012cad15d0767cdeaf18c6260e737cefee5 /editors/vim-share/Makefile.common | |
parent | f3c83d09f2029e698d307b350902055e021072a2 (diff) | |
download | pkgsrc-4da8e825ad51ec1ea4afff6655ed3b7b40f6ff5c.tar.gz |
Updated vim to 6.4.6
1581 6.4.004 "go" doesn't work correctly when 'virtualedit' is set
1577 6.4.005 truncating message may write before buffer
2320 6.4.006 ":argedit", "argdel" and ":argadd" used count argument
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index fec38d16404..8aa76473dba 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.51 2005/12/01 14:04:46 martti Exp $ +# $NetBSD: Makefile.common,v 1.52 2005/12/27 10:17:29 martti Exp $ .include "../../editors/vim-share/version.mk" @@ -14,7 +14,7 @@ DIST_SUBDIR= vim EXTRACT_SUFX= .tar.bz2 PATCH_SITES= ftp://ftp.vim.org/pub/editors/vim/patches/${VIM_VERSION}/ -PATCHFILES+= 6.4.002 6.4.003 +PATCHFILES+= 6.4.002 6.4.003 6.4.004 6.4.005 6.4.006 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |