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 | 777907702dbc542478101d8fbd2b24e79070051f (patch) | |
tree | 27bf9f61b15bba999dcb1c94a5a18d231108e500 /editors/vim-xaw/Makefile | |
parent | 3a9569b103245aa731dbf4c8a59ec50d71687ac0 (diff) | |
download | pkgsrc-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-xaw/Makefile')
-rw-r--r-- | editors/vim-xaw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile index 7087a90faa5..df48b4ca546 100644 --- a/editors/vim-xaw/Makefile +++ b/editors/vim-xaw/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2011/04/22 13:43:27 obache Exp $ +# $NetBSD: Makefile,v 1.52 2012/08/27 14:45:38 morr Exp $ PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Athena GUI |