summaryrefslogtreecommitdiff
path: root/editors/vim-gtk
diff options
context:
space:
mode:
authormorr <morr>2012-08-27 14:45:36 +0000
committermorr <morr>2012-08-27 14:45:36 +0000
commit9d9217a9eee69f9a0af50150934429e4a9ed525f (patch)
tree27bf9f61b15bba999dcb1c94a5a18d231108e500 /editors/vim-gtk
parentd1a949ee39c1a4fb74d8e2c0a18952d896feb553 (diff)
downloadpkgsrc-9d9217a9eee69f9a0af50150934429e4a9ed525f.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-gtk')
-rw-r--r--editors/vim-gtk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile
index 9f46146ab01..b6f43e7b0f8 100644
--- a/editors/vim-gtk/Makefile
+++ b/editors/vim-gtk/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2011/04/22 13:43:27 obache Exp $
+# $NetBSD: Makefile,v 1.61 2012/08/27 14:45:37 morr Exp $
PKGNAME= vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK+ GUI