summaryrefslogtreecommitdiff
path: root/editors/vim-gtk2
diff options
context:
space:
mode:
authormorr <morr@pkgsrc.org>2012-08-27 14:45:36 +0000
committermorr <morr@pkgsrc.org>2012-08-27 14:45:36 +0000
commit777907702dbc542478101d8fbd2b24e79070051f (patch)
tree27bf9f61b15bba999dcb1c94a5a18d231108e500 /editors/vim-gtk2
parent3a9569b103245aa731dbf4c8a59ec50d71687ac0 (diff)
downloadpkgsrc-777907702dbc542478101d8fbd2b24e79070051f.tar.gz
Long awaited update to vim 7.3.
The most notable additions since 7.2: - Persistent undo and undo for reload - Blowfish encryption, encryption of the swap file - Conceal text - Lua interface - Python 3 interface Once you have installed Vim 7.3 you can find all the details about the changes since Vim 7.2 with: :help version-7.3
Diffstat (limited to 'editors/vim-gtk2')
-rw-r--r--editors/vim-gtk2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile
index 28694dd802d..14d5e9d76b9 100644
--- a/editors/vim-gtk2/Makefile
+++ b/editors/vim-gtk2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2012/06/14 07:43:58 sbd Exp $
+# $NetBSD: Makefile,v 1.48 2012/08/27 14:45:37 morr Exp $
PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 10
COMMENT= Vim editor (vi clone) with X11 GTK2 GUI