summaryrefslogtreecommitdiff
path: root/editors/vim-share
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-02-05 13:00:43 +0000
committermartti <martti@pkgsrc.org>2002-02-05 13:00:43 +0000
commit60381ca63a4cba9b1e48a0abbd546e0ede2602bb (patch)
tree97d21c4ea5f5a95172c8e31b631f53cbb2f21bf8 /editors/vim-share
parent77bc71c576214da72f293e95b268a97ce3f75f81 (diff)
downloadpkgsrc-60381ca63a4cba9b1e48a0abbd546e0ede2602bb.tar.gz
Updated vim to 6.0.185
* crash with illegal multi-byte chars in a .vim file * menu for xxd didn't reset 'filetype' and did not find xxd.exe * compilation problem for systems without a console * with "-b" argument 'binary' wasn't set in a second file * completing user commands didn't work for mappings and dirs * reloading a file at the file-changed prompt resets 'readonly' * completing arguments of menu commands didn't work well * GCC 3.0.2 has an optimizer problem that makes Vim crash * Win32: make bitmaps work with signs * error in a client-server expression was reported in server * GUI file selection dialog mixes up file and directory names * after 6.0.135 pasting with a menu doesn't work in Insert mode * using --remote may give unwnanted error message * add a way to avoid GUI dialogs to popup * when 'fileencodings' is "latin2" help files displayed wrong * ":s/\n/#/" doesn't replace at empty lines * when "evim" can't start the GUI there is no menu to exit * printing multi-byte chars and tabs doesn't work properly * shift-left in Insert mode didn't move cursor at end of line * make CTRL-X CTRL-Q work like CTRL-X CTRL-V in Insert mode * using "P" to put a line break leaves cursor after end of line * after "gd" and "gD" "n" may still search backwards * ":help /\z(\)" doesn't work * add the v:dying variable to be aware of being killed * could not create fold with markers when 'commentstring' empty * the xp_backslash field wasn't always initialized * (extra) Win32: displaying UTF-8 may read past end of text * expanding a path with a trailing backslash could fail * leaking memory and reading uninitialzed memory for ":cd" * regexp on multibyte chars could go before start of line * leaking memory when redefining a function * leaking memory for expanding option values * crash on 64 bit machine when pasting a selection
Diffstat (limited to 'editors/vim-share')
-rw-r--r--editors/vim-share/Makefile.common12
-rw-r--r--editors/vim-share/distinfo56
2 files changed, 63 insertions, 5 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index 9b2e6fa71be..41c16a8f9e9 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.24 2002/01/28 14:06:49 martti Exp $
+# $NetBSD: Makefile.common,v 1.25 2002/02/05 13:00:43 martti Exp $
-VIM_VERSION= 6.0.151
+VIM_VERSION= 6.0.185
DISTNAME= vim-${VIM_VERSION:C/\.[0-9]*$//}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \
@@ -11,13 +11,17 @@ EXTRACT_SUFX= .tar.bz2
#
# Following patches were ignored:
-# 121, 122, 123, 125, 135, 137, 138, 144, 147, 152
+# 121, 122, 123, 125, 135, 137, 138, 144, 147, 152, 161, 162, 164, 165, 179,
+# 181
#
PATCH_SITES+= ${MASTER_SITES:S/unix/patches/}
.for p in 124 126 127 128 129 130 \
131 132 133 134 136 139 140 \
141 142 143 145 146 148 149 150 \
- 151
+ 151 153 154 155 156 157 158 159 160 \
+ 163 166 167 168 169 170 \
+ 171 172 173 174 175 176 177 178 180 \
+ 182 183 184 185
PATCHFILES+= ${VIM_VERSION:C/\.[0-9]*$//}.${p}
.endfor
diff --git a/editors/vim-share/distinfo b/editors/vim-share/distinfo
index e7e082dff19..aa1c6125b67 100644
--- a/editors/vim-share/distinfo
+++ b/editors/vim-share/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2002/01/28 14:06:49 martti Exp $
+$NetBSD: distinfo,v 1.22 2002/02/05 13:00:43 martti Exp $
SHA1 (vim/vim-6.0.tar.bz2) = 65f3a54e2d04c20b7ffb0ae59741f97021dac49a
Size (vim/vim-6.0.tar.bz2) = 2776551 bytes
@@ -46,6 +46,60 @@ SHA1 (vim/6.0.150) = fec9fc8c764ae545804795b1f41810b305546847
Size (vim/6.0.150) = 2051 bytes
SHA1 (vim/6.0.151) = 7062e774ebd7523e0aeaa86704d550d70486574a
Size (vim/6.0.151) = 2621 bytes
+SHA1 (vim/6.0.153) = db4afa7ba8ee8e4a5872170fe8f71195d0e5098a
+Size (vim/6.0.153) = 2016 bytes
+SHA1 (vim/6.0.154) = 76e2edc294647d5fca3b2f2cc7ff77b6fda32c97
+Size (vim/6.0.154) = 2479 bytes
+SHA1 (vim/6.0.155) = 14b125761fbbe591467163b3b29f594b8505ab69
+Size (vim/6.0.155) = 1271 bytes
+SHA1 (vim/6.0.156) = d2301aa3c085352b03a53d9b59d52fe2ab5aa9b0
+Size (vim/6.0.156) = 1438 bytes
+SHA1 (vim/6.0.157) = d00878f59747cdeaa9a83407691bdc1c012499b1
+Size (vim/6.0.157) = 2543 bytes
+SHA1 (vim/6.0.158) = d1545a0cdc1b9cebc733e0eff58ceb395bba582a
+Size (vim/6.0.158) = 1880 bytes
+SHA1 (vim/6.0.159) = e1b4a5590b003ae58b6d9ac472017efce4f8bab7
+Size (vim/6.0.159) = 5247 bytes
+SHA1 (vim/6.0.160) = e4e2401c20b90b40a6710adcabd40c0e383d844b
+Size (vim/6.0.160) = 2356 bytes
+SHA1 (vim/6.0.163) = 029124b537ad1bc94907ffb6f76d589782d40b5c
+Size (vim/6.0.163) = 14280 bytes
+SHA1 (vim/6.0.166) = b28593c0105a858224480cf7ecc707614d801399
+Size (vim/6.0.166) = 3256 bytes
+SHA1 (vim/6.0.167) = eb9ca274f429188c355dbcd18b425ac913c9bef0
+Size (vim/6.0.167) = 1627 bytes
+SHA1 (vim/6.0.168) = b9d7417a2e6df8dd54a39b9668df134eac78cfc4
+Size (vim/6.0.168) = 2019 bytes
+SHA1 (vim/6.0.169) = 992bc90b811624822fb19eb72e6f92fe240afc97
+Size (vim/6.0.169) = 1819 bytes
+SHA1 (vim/6.0.170) = 20e58e3e1dbd3a00fa5d71e50505d1133bf0aed6
+Size (vim/6.0.170) = 1526 bytes
+SHA1 (vim/6.0.171) = 9a5dfd02792388a0e671bb5599a19c41717f9836
+Size (vim/6.0.171) = 2259 bytes
+SHA1 (vim/6.0.172) = 1ee87ec37342d7302fd793ea06a4d53378d7fff1
+Size (vim/6.0.172) = 2956 bytes
+SHA1 (vim/6.0.173) = fbb825bf2de4d78ef0285332653cce44c1f2bea5
+Size (vim/6.0.173) = 1550 bytes
+SHA1 (vim/6.0.174) = c2b31f8b3c954fba6c4745cea03191f0ab430291
+Size (vim/6.0.174) = 2421 bytes
+SHA1 (vim/6.0.175) = 03ab4f17af0b543af5c6106d3026bbfb5abe3027
+Size (vim/6.0.175) = 2347 bytes
+SHA1 (vim/6.0.176) = 15f12b782b2a632bc2fc62dc3d7f4be7664cea94
+Size (vim/6.0.176) = 2581 bytes
+SHA1 (vim/6.0.177) = bcfcb0974b11bbb9be2cb7c054f9815bc6d34c65
+Size (vim/6.0.177) = 3636 bytes
+SHA1 (vim/6.0.178) = b47a7ceafd982cca5ae93dbcce48bf65e2a61881
+Size (vim/6.0.178) = 4087 bytes
+SHA1 (vim/6.0.180) = f76667999c748573f705cbc29560de4ba3a43c83
+Size (vim/6.0.180) = 1501 bytes
+SHA1 (vim/6.0.182) = 3d18d2478fa51977367511a6f1f99c03994c24a5
+Size (vim/6.0.182) = 1622 bytes
+SHA1 (vim/6.0.183) = 4efaf96ea4b68f965bcc5ef59b5817a77385a024
+Size (vim/6.0.183) = 1303 bytes
+SHA1 (vim/6.0.184) = 962b747c72811df13c2a1fa51c08d57db77078ae
+Size (vim/6.0.184) = 2948 bytes
+SHA1 (vim/6.0.185) = 2aa95cfc4463b2877af59eed7a16d546108e0212
+Size (vim/6.0.185) = 1541 bytes
SHA1 (vim/vim-6.0-001-120.diff.gz) = dc096c4d9454d73a236eccd11caf0dc4f78d38e7
Size (vim/vim-6.0-001-120.diff.gz) = 36179 bytes
SHA1 (patch-aa) = 8176260aff9176f350c4534f52bce0080fedd28b