summaryrefslogtreecommitdiff
path: root/editors/vim-lang
diff options
context:
space:
mode:
authormartti <martti>2007-07-02 07:47:59 +0000
committermartti <martti>2007-07-02 07:47:59 +0000
commit8533b923ade2204966c4ad6e8d0e8da0bcf636a1 (patch)
tree747c78281c8a6381c9ce32e95c4cd0903e9bf35b /editors/vim-lang
parent52822b7fadfaee30ed787774681a4b91892ae57d (diff)
downloadpkgsrc-8533b923ade2204966c4ad6e8d0e8da0bcf636a1.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')
-rw-r--r--editors/vim-lang/Makefile4
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"