summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authormartti <martti>2005-03-15 09:07:29 +0000
committermartti <martti>2005-03-15 09:07:29 +0000
commit72bb5b3c3e58a781fbaf534dfd5508e6f0690057 (patch)
tree39756cdc0ace905933cccf276a93866dc6dc2dc1 /editors/vim
parent7dff92fc6a00510e96721a88599f5c5c2c16a92d (diff)
downloadpkgsrc-72bb5b3c3e58a781fbaf534dfd5508e6f0690057.tar.gz
Updated vim to 6.3.064
Changes (should fix the security issues found in 6.3.045) 2231 6.3.046 ":registers" doesn't show multi-byte characters correctly 2196 6.3.047 (extra) Win XP with Borland: new file is created read-only 18175 6.3.048 (extra) VMS: doesn't build on IA64 1776 6.3.049 (after 6.3.045) compiler warning for pointer type 2225 6.3.050 a SIGHUP while already exiting may cause a crash 1661 6.3.051 crash when 'wildmenu' set and completing multi-byte file name 3175 6.3.052 (extra) Win 98: can't enter non-ASCII characters if 'enc' set 1576 6.3.053 Win32: ":loadview" doesn't work for files with non-latin chars 1981 6.3.054 when 'im' is set redraw remains off when repeating an insert 8844 6.3.055 wrong text and crash using <C-R>= or <C-\>e in command line 2091 6.3.056 window title wrong for specific multi-byte character 1748 6.3.057 folds are not updated after a filter command 4440 6.3.058 crash when zero columns room; can't compile without :vsplit 2286 6.3.059 crash when editing a file with spaces and shell expansion 1609 6.3.060 register name isn't checked for CTRL-R CTRL-O in Insert mode 1984 6.3.061 display mess when multi-byte char at right edge of screen 2337 6.3.062 ":normal! gQ" hangs 1434 6.3.063 after the CursorHold event 'mousefocus' may stop working 1586 6.3.064 line2byte(line("$") + 1) sometimes returns the wrong number
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 767c028cb7f..89d18ef145c 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2005/01/25 13:48:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.59 2005/03/15 09:07:29 martti Exp $
PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
COMMENT= Vim editor (vi clone) without GUI