diff options
author | martti <martti@pkgsrc.org> | 2008-08-11 12:14:10 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-08-11 12:14:10 +0000 |
commit | 244cac03bd9e7e8f65a2c3e1c015dacd764afda9 (patch) | |
tree | 53f62ff09bdd8371caced7d4bda734c83fc14cc5 /editors/vim-share/version.mk | |
parent | ac6fd34d7d3302bfd11c0d03783691974e1eca70 (diff) | |
download | pkgsrc-244cac03bd9e7e8f65a2c3e1c015dacd764afda9.tar.gz |
Updated VIM to 7.2
This is a minor release of Vim. In the 15 months since Vim 7.1 many
bugs were fixed and runtime files have been added and updated. There
are also security improvements, therefore it's a good idea to upgrade.
The main new feature since 7.1 is floating point support. You can use
it in the Vim script language to add up a list of amounts, for example.
Once you have installed Vim 7.2 you can find details about the changes
since Vim 7.1 with ":help version-7.2".
Diffstat (limited to 'editors/vim-share/version.mk')
-rw-r--r-- | editors/vim-share/version.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vim-share/version.mk b/editors/vim-share/version.mk index 1047231b7c5..94898b1b0d2 100644 --- a/editors/vim-share/version.mk +++ b/editors/vim-share/version.mk @@ -1,5 +1,5 @@ -# $NetBSD: version.mk,v 1.54 2008/06/23 05:07:56 martti Exp $ +# $NetBSD: version.mk,v 1.55 2008/08/11 12:14:10 martti Exp $ -VIM_VERSION= 7.1 -VIM_PATCHLEVEL= 330 -VIM_SUBDIR= vim71 +VIM_VERSION= 7.2 +VIM_PATCHLEVEL= 0 +VIM_SUBDIR= vim72 |