diff options
author | morr <morr@pkgsrc.org> | 2012-08-27 14:45:36 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2012-08-27 14:45:36 +0000 |
commit | 4c5aa37b57f6f4d7c2081888f123a5a1728eaa23 (patch) | |
tree | 27bf9f61b15bba999dcb1c94a5a18d231108e500 /editors/vim-gtk | |
parent | e402c9533a1f675fb5f9889042f929d096363d5b (diff) | |
download | pkgsrc-4c5aa37b57f6f4d7c2081888f123a5a1728eaa23.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/Makefile | 3 |
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 |