summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-10-09 10:11:33 +0000
committermartti <martti@pkgsrc.org>2001-10-09 10:11:33 +0000
commit67243a1d4e9e18d49a68a6e1c151f6e119d95cd3 (patch)
tree07caac631fd2427a5a8f971a48ed7512c191fec8 /editors/vim-share/patches
parent11863da1875cbdacc3fb9703568b69d078e6b719 (diff)
downloadpkgsrc-67243a1d4e9e18d49a68a6e1c151f6e119d95cd3.tar.gz
Updated VIM to version 6.0.11. The following problems were fixed since 6.0:
* Loading the sh.vim syntax file causes error messages * Using a '@' item in 'viminfo' doesn't work * The configure check for ACLs on AIX doesn't work * The find/replace dialog doesn't reuse a previous argument properly * In Insert mode, "CTRL-O :ls" has a delay before redrawing * With a vertical split, 'number' set and 'scrolloff' non-zero, making the window width very small causes a crash * When setting 'filetype' while there is no FileType autocommand, a following ":setfiletype" would set 'filetype' again * 'imdisable' is missing from the options window * Nextstep doesn't have S_ISBLK * Using "gf" on a file name starting with "./" or "../" in a buffer without a name causes a crash * Python: After replacing or deleting lines get an ml_get error
Diffstat (limited to 'editors/vim-share/patches')
-rw-r--r--editors/vim-share/patches/patch-aa6
-rw-r--r--editors/vim-share/patches/patch-ad6
-rw-r--r--editors/vim-share/patches/patch-zb6
3 files changed, 9 insertions, 9 deletions
diff --git a/editors/vim-share/patches/patch-aa b/editors/vim-share/patches/patch-aa
index 69df7a63233..d545a2b335b 100644
--- a/editors/vim-share/patches/patch-aa
+++ b/editors/vim-share/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2001/10/04 13:25:50 agc Exp $
+$NetBSD: patch-aa,v 1.5 2001/10/09 10:11:34 martti Exp $
---- auto/configure.orig Thu Oct 4 14:19:08 2001
-+++ auto/configure Thu Oct 4 14:20:12 2001
+--- src/auto/configure.orig Thu Oct 4 14:19:08 2001
++++ src/auto/configure Thu Oct 4 14:20:12 2001
@@ -2212,6 +2212,7 @@
# Look for the header file in a standard set of common directories.
# Check X11 before X11Rn because it is often a symlink to the current release.
diff --git a/editors/vim-share/patches/patch-ad b/editors/vim-share/patches/patch-ad
index 0ad1cc99620..9d3d6c77be7 100644
--- a/editors/vim-share/patches/patch-ad
+++ b/editors/vim-share/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.1 2001/10/04 13:25:51 agc Exp $
+$NetBSD: patch-ad,v 1.2 2001/10/09 10:11:34 martti Exp $
---- Makefile.orig Wed Sep 26 13:10:59 2001
-+++ Makefile Thu Oct 4 14:14:32 2001
+--- src/Makefile.orig Wed Sep 26 13:10:59 2001
++++ src/Makefile Thu Oct 4 14:14:32 2001
@@ -990,26 +990,31 @@
### Athena GUI
### Use Xaw3d to make the menus look a little bit nicer
diff --git a/editors/vim-share/patches/patch-zb b/editors/vim-share/patches/patch-zb
index efa7f2784ea..034c8644e36 100644
--- a/editors/vim-share/patches/patch-zb
+++ b/editors/vim-share/patches/patch-zb
@@ -1,7 +1,7 @@
-$NetBSD: patch-zb,v 1.3 2001/10/04 13:25:51 agc Exp $
+$NetBSD: patch-zb,v 1.4 2001/10/09 10:11:34 martti Exp $
---- feature.h.orig Tue Sep 25 19:51:26 2001
-+++ feature.h Thu Oct 4 14:10:53 2001
+--- src/feature.h.orig Tue Sep 25 19:51:26 2001
++++ src/feature.h Thu Oct 4 14:10:53 2001
@@ -489,7 +489,7 @@
* (used only with NO_BUILTIN_TCAPS not defined).
*/