diff options
author | martti <martti> | 2007-07-02 07:47:59 +0000 |
---|---|---|
committer | martti <martti> | 2007-07-02 07:47:59 +0000 |
commit | 14ee19907aa83db092d31834c6e8b86116cc6ee8 (patch) | |
tree | 747c78281c8a6381c9ce32e95c4cd0903e9bf35b /editors/vim-lang/Makefile | |
parent | 95b48e4f2eb014b6fb18f76e382fddf8fda747e9 (diff) | |
download | pkgsrc-14ee19907aa83db092d31834c6e8b86116cc6ee8.tar.gz |
Updated editors/vim-share to 7.1.18
1529 7.1.003 (extra) Win32: menu entries end up in message history
2481 7.1.004 crash when editing a directory
3841 7.1.005 "cit" used on <foo></foo> deletes <foo>
2941 7.1.006 when reading from stdin 'modified' can't be reset in autocmd
6458 7.1.007 (extra) Mac: context menu does not work, scrollbars not dimmed
2631 7.1.008 getfsize() returns an invalid number for very big files
1881 7.1.009 diff mode: tab to spaces change not highlighted correctly
2796 7.1.010 Gnome: tab pages are not included in the saved session
1934 7.1.011 buffer overflow when $VIMRUNTIME is very long
1904 7.1.012 ":let &tw = 'asdf'" does not give an error message
2139 7.1.013 ":syn include" only loads the first file
1479 7.1.014 crash in C-indenting
3743 7.1.015 MzScheme interface doesn't build on Mac; init problem
2368 7.1.016 (after 7.1.012) error message when using ":cwindow"
6729 7.1.017 ":confirm w" does not give a prompt when file is read-only
1771 7.1.018 "p" at end of line doesn't work right when 've' is set
Diffstat (limited to 'editors/vim-lang/Makefile')
-rw-r--r-- | editors/vim-lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-lang/Makefile b/editors/vim-lang/Makefile index 3735797b63b..c86887df082 100644 --- a/editors/vim-lang/Makefile +++ b/editors/vim-lang/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2007/05/23 10:32:47 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2007/07/02 07:47:59 martti Exp $ PKGNAME= vim-lang-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 +#PKGREVISION= 1 .include "../../editors/vim-share/Makefile.common" |