Beta version of the vim6 vi clone.
authorpooka <pooka>
Mon, 6 Aug 2001 17:40:30 +0000 (17:40 +0000)
committerpooka <pooka>
Mon, 6 Aug 2001 17:40:30 +0000 (17:40 +0000)
commit5ce5dc8ec763fc66788648aabb2fcaef9ad3bb9a
tree612cdc0be5cdeed829cd3dd1fd0e4877b0624ca2
parenta765a6751d836cbd4397a2267e6207426382fde4
Beta version of the vim6 vi clone.

Some new features since version 5.8:
                     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 files 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 (MS-Windows only)
           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

The currently imported version is a minimalistic version. When the final
release comes out, I'll modify it to live in the normal editors/vim-*
packages.
editors/vim-devel/Makefile [new file with mode: 0644]
editors/vim-devel/distinfo [new file with mode: 0644]
editors/vim-devel/pkg/DESCR [new file with mode: 0644]
editors/vim-devel/pkg/PLIST [new file with mode: 0644]