head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.54 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.52 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.50 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.48 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.46 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.44 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.42 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.40 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.38 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.36 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.34 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.32 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.30 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.28 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.26 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.24 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.22 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.20 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.18 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.16 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.14 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.12 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.10 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.8 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.6 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 buildlink2-base:1.6 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2001.10.04.12.38.03; author agc; state dead; branches; next 1.5; 1.5 date 2001.10.04.10.18.13; author martti; state Exp; branches; next 1.4; 1.4 date 2001.08.23.04.26.52; author jlam; state Exp; branches; next 1.3; 1.3 date 2001.06.06.06.07.31; author pooka; state Exp; branches; next 1.2; 1.2 date 2000.01.17.17.36.37; author pooka; state Exp; branches; next 1.1; 1.1 date 99.12.21.13.26.29; author pooka; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.12.21.13.26.29; author pooka; state Exp; branches; next ; desc @@ 1.6 log @Unify all the vim patches together in a single patches directory, located in vim-share. @ text @$NetBSD: patch-aa,v 1.5 2001/10/04 10:18:13 martti Exp $ --- auto/configure.orig Thu Oct 4 10:02:00 2001 +++ auto/configure Thu Oct 4 10:02:49 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. for ac_dir in \ + ${BUILDLINK_X11_DIR}/include \ /usr/X11/include \ /usr/X11R6/include \ /usr/X11R5/include \ @@@@ -2287,6 +2288,7 @@@@ # First see if replacing the include by lib works. # Check X11 before X11Rn because it is often a symlink to the current release. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ + ${BUILDLINK_X11_DIR}/lib \ /usr/X11/lib \ /usr/X11R6/lib \ /usr/X11R5/lib \ @ 1.5 log @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 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2001/08/23 04:26:52 jlam Exp $ @ 1.4 log @Move per-package default XAW_TYPE setting above the inclusion of bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2001/06/06 06:07:31 pooka Exp $ d3 3 a5 3 --- configure.orig Thu May 10 21:59:18 2001 +++ configure Wed Jun 6 08:36:44 2001 @@@@ -1818,6 +1818,7 @@@@ d13 1 a13 1 @@@@ -1893,6 +1894,7 @@@@ @ 1.3 log @Update vim to 5.8 Changes since 5.7: * 74 new syntax files. * bugfixes * couple of security-related fixes * ctags is no longer distributed with vim @ text @d1 1 a1 1 $NetBSD$ d9 1 a9 1 + ${X11BASE}/include \ d17 1 a17 1 + ${X11BASE}/lib \ @ 1.2 log @Upgrade vim packages to vim 5.6. New since version 5.5 --------------------- Not much: - New "Edit with Vim" popup menu entry for MS-Windows. Avoids problems with the MS Office taskbar. - 18 new syntax files. - "z+" and "z^" commands. And many bug fixes! This version is aimed at stability. See ":help version-5.6" in Vim for the details. @ text @d3 3 a5 3 --- configure.orig Sat Jan 15 14:16:29 2000 +++ configure Mon Jan 17 15:19:08 2000 @@@@ -1748,6 +1748,7 @@@@ d13 1 a13 1 @@@@ -1823,6 +1824,7 @@@@ @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- configure.orig Sun Sep 19 13:59:45 1999 +++ configure Sat Nov 20 11:40:23 1999 @@@@ -1813,6 +1813,7 @@@@ d13 1 a13 1 @@@@ -1888,6 +1889,7 @@@@ @ 1.1.1.1 log @Athena X11 GUI for the vim editor @ text @@