Subject: CVS commit: pkgsrc/editors
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 10/04/2001 13:18:13
Module Name:	pkgsrc
Committed By:	martti
Date:		Thu Oct  4 10:18:13 UTC 2001

Modified Files:
	pkgsrc/editors/vim: distinfo
	pkgsrc/editors/vim-gtk: Makefile distinfo
	pkgsrc/editors/vim-gtk/patches: patch-aa patch-zb
	pkgsrc/editors/vim-share: Makefile Makefile.common distinfo
	pkgsrc/editors/vim-share/patches: patch-ac
	pkgsrc/editors/vim-share/pkg: PLIST
	pkgsrc/editors/vim-xaw: distinfo
	pkgsrc/editors/vim-xaw/patches: patch-aa patch-ad patch-zb
	pkgsrc/editors/vim/patches: patch-zb

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/editors/vim/distinfo
cvs rdiff -r1.26 -r1.27 pkgsrc/editors/vim-gtk/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/editors/vim-gtk/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/editors/vim-gtk/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/editors/vim-gtk/patches/patch-zb
cvs rdiff -r1.6 -r1.7 pkgsrc/editors/vim-share/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/editors/vim-share/Makefile.common
cvs rdiff -r1.4 -r1.5 pkgsrc/editors/vim-share/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/editors/vim-share/patches/patch-ac
cvs rdiff -r1.5 -r1.6 pkgsrc/editors/vim-share/pkg/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/editors/vim-xaw/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/editors/vim-xaw/patches/patch-aa \
    pkgsrc/editors/vim-xaw/patches/patch-ad
cvs rdiff -r1.2 -r1.3 pkgsrc/editors/vim-xaw/patches/patch-zb
cvs rdiff -r1.1 -r1.2 pkgsrc/editors/vim/patches/patch-zb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.