diff options
author | martti <martti@pkgsrc.org> | 2005-05-30 14:18:14 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-05-30 14:18:14 +0000 |
commit | 5893cf3a607188bead58b0b05e310964b8818f55 (patch) | |
tree | 8ae94335304b99275d375c38d74466cb511d2a2d /editors/vim-xaw | |
parent | 5b70fe8a2efe7cec045740a3bb0d69ddf9e23d8a (diff) | |
download | pkgsrc-5893cf3a607188bead58b0b05e310964b8818f55.tar.gz |
Updated editors/vim to 6.3.074 and fixed pkg/29979
2083 6.3.072 crash for substitute message when using UTF-8 and Chinese
2017 6.3.073 Win32 GUI: display errors when scrolling up/down
2365 6.3.074 with 'insertmode' CTRL-V after Select mode doesn't work
Diffstat (limited to 'editors/vim-xaw')
-rw-r--r-- | editors/vim-xaw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile index 877825eb109..bbed1f1ad94 100644 --- a/editors/vim-xaw/Makefile +++ b/editors/vim-xaw/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2005/05/26 20:09:35 jmmv Exp $ +# $NetBSD: Makefile,v 1.37 2005/05/30 14:18:14 martti Exp $ PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 +#PKGREVISION= 1 .include "../vim-share/Makefile.common" |