summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches/patch-ac
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-10-04 10:18:11 +0000
committermartti <martti@pkgsrc.org>2001-10-04 10:18:11 +0000
commit7547085046965b15f126e26003839c0336beb639 (patch)
treec3ef732f78807f516eb0b8eb940e08d91b00c474 /editors/vim-share/patches/patch-ac
parent267632efb72b40614b822ed9f1b3cac70417cab6 (diff)
downloadpkgsrc-7547085046965b15f126e26003839c0336beb639.tar.gz
Here it is folks, VIM 6.0! Changes since version 5.8:
----------------------------------------------------- The number of changes is huge. These are just the main new items: Folding - momentarily hide part of the text Vertically split windows - mixed with horizontal splits Diff mode - show and remove differences between files Easy Vim: click-and-type - for those who really don't like two modes User manual - learn to use Vim, reads like a book Flexible indenting - automatic indenting for any language Extended search patterns - more regexp power than you will need UTF-8 support - Unicode allows editing nearly all languages Multi-language support - translated messages and menus Plugin support - drop a script in a directory and you can use it Filetype plugins - an easy way to setup for editing a type of file File browser - browse directories, also on a terminal Editing files over a network - read and write a remote file directly command-line editing window - use any Vim command to edit an Ex command Debugging mode - debug your Vim functions and scripts Cursor in virtual position - edit tables and draw ASCII pictures Debugger interface - use Vim with Sun Visual Workshop Communication between Vims - let one Vim tell another Vim what to do Printing - print with syntax colors Quickfix extended - see error messages in a window and jump there Writing files improved - rename or copy to make a backup file Argument list - select groups of files to work on Restore a View - save the looks of a window and restore it later Color schemes - quickly switch between different color setups
Diffstat (limited to 'editors/vim-share/patches/patch-ac')
-rw-r--r--editors/vim-share/patches/patch-ac39
1 files changed, 8 insertions, 31 deletions
diff --git a/editors/vim-share/patches/patch-ac b/editors/vim-share/patches/patch-ac
index 7c9f19449c6..d6b68b8d08b 100644
--- a/editors/vim-share/patches/patch-ac
+++ b/editors/vim-share/patches/patch-ac
@@ -1,36 +1,13 @@
-$NetBSD: patch-ac,v 1.5 2001/06/06 06:07:30 pooka Exp $
+$NetBSD: patch-ac,v 1.6 2001/10/04 10:18:12 martti Exp $
---- Makefile.orig Thu May 31 16:03:57 2001
-+++ Makefile Wed Jun 6 08:08:04 2001
-@@ -752,7 +752,7 @@
- ### might not work when they are changed!)
+--- Makefile.orig Wed Sep 26 14:10:59 2001
++++ Makefile Thu Oct 4 08:44:19 2001
+@@ -772,7 +772,7 @@
+ ### some things might not work when they are changed!)
VIMDIR = /vim
- VIMRTDIR = /vim58
+ VIMRTDIR = /vim60
-HELPSUBDIR = /doc
+HELPSUBDIR = /../../doc/vim
+ COLSUBDIR = /colors
SYNSUBDIR = /syntax
- MACROSUBDIR = /macros
- TOOLSSUBDIR = /tools
-@@ -1354,6 +1354,7 @@
-
- # install the help files; first adjust the contents for the location
- installvimhelp: $(HELPSOURCE)/vim.1 $(MANSUBDIR) $(VIMLOC) $(VIMRTLOC) $(HELPSUBLOC) $(SYNSUBLOC) $(TUTORSUBLOC)
-+ ln -s ${HELPSUBLOC} ${VIMRTLOC}/doc
- @echo generating $(MANSUBDIR)/$(VIMNAME).1
- @sed -e s+/usr/local/lib/vim+$(VIMLOC)+ \
- -e s+$(VIMLOC)/doc+$(HELPENDLOC)+ \
-@@ -1471,13 +1472,7 @@
-
- # create links for the manual pages with various names to vim. This is only
- # done when the links (or manpages with the same name) don't exist yet.
--installhelplinks: $(GUI_MAN_TARGETS) $(MANSUBDIR)/$(EXNAME).1 $(MANSUBDIR)/$(VIEWNAME).1 $(MANSUBDIR)/$(RVIMNAME).1 $(MANSUBDIR)/$(RVIEWNAME).1
--
--$(MANSUBDIR)/$(EXNAME).1:
-- cd $(MANSUBDIR); ln -s $(VIMNAME).1 $(EXNAME).1
--
--$(MANSUBDIR)/$(VIEWNAME).1:
-- cd $(MANSUBDIR); ln -s $(VIMNAME).1 $(VIEWNAME).1
-+installhelplinks: $(GUI_MAN_TARGETS) $(MANSUBDIR)/$(RVIMNAME).1 $(MANSUBDIR)/$(RVIEWNAME).1
-
- $(MANSUBDIR)/$(GVIMNAME).1:
- cd $(MANSUBDIR); ln -s $(VIMNAME).1 $(GVIMNAME).1
+ INDSUBDIR = /indent