diff options
author | martti <martti@pkgsrc.org> | 2009-10-29 07:14:22 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-10-29 07:14:22 +0000 |
commit | 776d832c39ca629126cfff381cac9b615252a4d9 (patch) | |
tree | 6df6c6c117f11e215303497cb430f161d549e48f /editors/vim-share/version.mk | |
parent | 6decd26191c53ce8eee076867bf7f59eca63ed73 (diff) | |
download | pkgsrc-776d832c39ca629126cfff381cac9b615252a4d9.tar.gz |
Updated editors/vim-share to 7.2.267
2634 7.2.263 GTK2: Vim window in wrong position using the -geom argument
5161 7.2.264 GTK2: When Vim window maximized, set 'columns' doesn't work
1892 7.2.265 with ":silent broken" inside try/catch silency may persist
6560 7.2.266 in an expression abbreviation the typed character is unknown
1461 7.2.267 crash for narrow window and double-width character
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 c045b978cc8..8c3357c653d 100644 --- a/editors/vim-share/version.mk +++ b/editors/vim-share/version.mk @@ -1,5 +1,5 @@ -# $NetBSD: version.mk,v 1.70 2009/09/21 17:35:55 martti Exp $ +# $NetBSD: version.mk,v 1.71 2009/10/29 07:14:22 martti Exp $ VIM_VERSION= 7.2 -VIM_PATCHLEVEL= 262 +VIM_PATCHLEVEL= 267 VIM_SUBDIR= vim72 |