diff options
author | martti <martti@pkgsrc.org> | 2006-02-28 11:03:17 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-02-28 11:03:17 +0000 |
commit | c6a4884a9482a5625321a1a30967416dade36aa8 (patch) | |
tree | 0a1b16f27e0701b4a31b877a12c06eb2bace848a /editors/vim-share/Makefile.common | |
parent | 6c8bdb09b90d672b74417184f777ac1057485cec (diff) | |
download | pkgsrc-c6a4884a9482a5625321a1a30967416dade36aa8.tar.gz |
Updated editors/vim-share to 6.4.8
1717 6.4.007 Unix: crash when expanding backticks
2199 6.4.008 hang for 'hlsearch' highlighting in multi-byte character
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 2546ac3fcac..c42bcfa92ac 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.53 2006/02/03 10:49:53 martti Exp $ +# $NetBSD: Makefile.common,v 1.54 2006/02/28 11:03:17 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 6.4.004 6.4.005 6.4.006 +PATCHFILES+= 6.4.002 6.4.003 6.4.004 6.4.005 6.4.006 6.4.007 6.4.008 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |