diff options
author | martti <martti@pkgsrc.org> | 2008-06-02 11:19:53 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-06-02 11:19:53 +0000 |
commit | e633b0c01890290c8b50871a7a91a9a24aab5768 (patch) | |
tree | d2fef781772310c05401c0c649515557f6e129cf /editors/vim-share/version.mk | |
parent | a63efd34f94ff36198c45ef8186f71b67f0e7541 (diff) | |
download | pkgsrc-e633b0c01890290c8b50871a7a91a9a24aab5768.tar.gz |
Updated editors/vim-share to 7.1.305
1558 7.1.298 src/gvimtutor is not distributed
9490 7.1.299 filetype detection fails for file name with special characters
1959 7.1.300 value of asmsyntax argument isn't checked for valid characters
1673 7.1.301 "File/Save" menu in Insert mode doesn't update tab page label
1485 7.1.302 (after 7.1.299) compilation error on MS-Windows
12135 7.1.304 shortpath_for_invalid_fname() is too complex and wrong
4735 7.1.305 can't edit compressed file with special characters in the name
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 1d88e1412bf..9baae43c300 100644 --- a/editors/vim-share/version.mk +++ b/editors/vim-share/version.mk @@ -1,5 +1,5 @@ -# $NetBSD: version.mk,v 1.51 2008/05/09 09:47:21 martti Exp $ +# $NetBSD: version.mk,v 1.52 2008/06/02 11:19:53 martti Exp $ VIM_VERSION= 7.1 -VIM_PATCHLEVEL= 297 +VIM_PATCHLEVEL= 305 VIM_SUBDIR= vim71 |