diff options
author | martti <martti@pkgsrc.org> | 2010-03-03 16:06:26 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2010-03-03 16:06:26 +0000 |
commit | 26b4fca8564325ac1c046267cbbfd586d6d35c64 (patch) | |
tree | bf8fd85b65fafc1ccbcf92cf06de3add2ceb7745 /editors/vim-share/version.mk | |
parent | b7ee45bfe178a2fa38c00e23946dfafa97ee39ca (diff) | |
download | pkgsrc-26b4fca8564325ac1c046267cbbfd586d6d35c64.tar.gz |
Updated vim to 7.2.385
1623 7.2.368 (after 7.2.361) append line with Ruby interface doesn't work
1872 7.2.369 error message for :profile is not easy to understand
4352 7.2.370 (after 7.2.356) a redraw may cause folds to be closed
10029 7.2.371 build problems on Tandem NonStop
9674 7.2.372 (extra) cross-compiling GvimExt and xxd doesn't work.
2901 7.2.373 new messages from gcc 4.5 are not in 'errorformat'
4434 7.2.374 Ruby eval() doesn't understand Vim types
1794 7.2.375 ml_get errors when using ":bprevious" in a BufEnter autocmd
1577 7.2.376 ml_get error when using SiSU syntax
1983 7.2.377 (extra, after 7.2.372) small mistakes in Ming build file
2832 7.2.378 C function declaration indented too much
1758 7.2.379 'eventignore' is set to an invalid value inside ":doau"
3699 7.2.380 (after 7.2.363) Perl builds with 5.10.1 but not with 5.10.0
6835 7.2.381 no completion for :behave
1766 7.2.382 close cmdline window when 'bufhide' is "wipe" uses freed mem
3021 7.2.383 Vim doesn't build cleanly with MSVC 2010
1849 7.2.384 (extra) Vim doesn't build properly with MSVC 2010
2147 7.2.385 can't drag status line when in the command line window
Diffstat (limited to 'editors/vim-share/version.mk')
-rw-r--r-- | editors/vim-share/version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/version.mk b/editors/vim-share/version.mk index ed52278d24e..8025f46092b 100644 --- a/editors/vim-share/version.mk +++ b/editors/vim-share/version.mk @@ -1,5 +1,5 @@ -# $NetBSD: version.mk,v 1.76 2010/02/18 08:18:25 martti Exp $ +# $NetBSD: version.mk,v 1.77 2010/03/03 16:06:26 martti Exp $ VIM_VERSION= 7.2 -VIM_PATCHLEVEL= 367 +VIM_PATCHLEVEL= 385 VIM_SUBDIR= vim72 |