diff options
author | martti <martti@pkgsrc.org> | 2001-10-04 10:18:11 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-10-04 10:18:11 +0000 |
commit | 7547085046965b15f126e26003839c0336beb639 (patch) | |
tree | c3ef732f78807f516eb0b8eb940e08d91b00c474 /editors/vim-gtk/Makefile | |
parent | 267632efb72b40614b822ed9f1b3cac70417cab6 (diff) | |
download | pkgsrc-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-gtk/Makefile')
-rw-r--r-- | editors/vim-gtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile index a650bd041c2..a6f289d3192 100644 --- a/editors/vim-gtk/Makefile +++ b/editors/vim-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/09/27 23:18:01 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2001/10/04 10:18:11 martti Exp $ .include "../vim-share/Makefile.common" @@ -9,8 +9,6 @@ COMMENT= Vim editor (vi clone) with X11 GTK+ GUI DEPENDS+= vim-share-${VIM_VERSION}:../vim-share CONFLICTS+= vim-[0-9]* vim-xaw-[0-9]* -DISTFILES+= ${DISTNAME}-rt${EXTRACT_SUFX} - USE_BUILDLINK_ONLY= yes CONFIGURE_ARGS+= --enable-gui=gtk |