85909f42eb
I'm adding a huge FLAVOR to pass --with-features=huge to configure.
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
Vim is an almost compatible version of the UNIX editor Vi. Many new features
|
|
have been added: multi level undo, syntax highlighting, command line history,
|
|
on-line help, filename completion, block operations, etc. There is also a
|
|
Graphical User Interface (GUI) available. See doc/vi_diff.txt.
|
|
|
|
This editor is very useful for editing programs and other plain ASCII files.
|
|
All commands are given with normal keyboard characters, so those who can type
|
|
with ten fingers can work very fast. Additionally, function keys can be
|
|
defined by the user, and the mouse can be used.
|
|
|
|
Vim currently runs under Amiga DOS, MS-DOS, MS-Windows 95/98/NT, Atari MiNT,
|
|
Macintosh, BeOS, VMS, RISC OS, OS/2 and almost all flavours of UNIX.
|
|
Porting to other systems should not be very difficult.
|
|
|
|
Flavors:
|
|
gtk - build using the Gtk+ toolkit (default);
|
|
motif - build using the Motif toolkit;
|
|
athena - build using the Athena toolkit;
|
|
no_x11 - build without X11 support;
|
|
perl - build with Perl support;
|
|
python - build with Python support;
|
|
huge - build with --with-features=huge.
|
|
|
|
WWW: ${HOMEPAGE}
|