diff options
author | martti <martti@pkgsrc.org> | 2010-03-18 06:11:24 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2010-03-18 06:11:24 +0000 |
commit | 112f91b1fedf68e51051e219c1b65b91b9c1bf28 (patch) | |
tree | 2529b2dcb47fdef59958e6890bef317678e16acc /editors/vim-share/version.mk | |
parent | 038ebf4054889aa157c1b63e6bc75e6a182fccf2 (diff) | |
download | pkgsrc-112f91b1fedf68e51051e219c1b65b91b9c1bf28.tar.gz |
Updated vim to 7.2.402
1554 7.2.395 in help CTRL=] on g?g? escapes the ?, causing it to fail
1554 7.2.396 get E38 errors
1722 7.2.397 redundant check for w_lines_valid
4127 7.2.398 when moving windows the cursor ends up in the wrong line
1784 7.2.399 (extra, after 7.2.388) cannot compile on MingW
12865 7.2.400 (after 7.2.387) Ruby problems with init and empty string
1982 7.2.401 wildmode list doesn't highlight directory names with a space
2649 7.2.402 error 705 when re-using funcref variable
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 01224d982ea..7fde280c423 100644 --- a/editors/vim-share/version.mk +++ b/editors/vim-share/version.mk @@ -1,5 +1,5 @@ -# $NetBSD: version.mk,v 1.79 2010/03/11 06:32:30 martti Exp $ +# $NetBSD: version.mk,v 1.80 2010/03/18 06:11:24 martti Exp $ VIM_VERSION= 7.2 -VIM_PATCHLEVEL= 394 +VIM_PATCHLEVEL= 402 VIM_SUBDIR= vim72 |