Merge branch 'vim-with-runtime' into feat/indent-wrap-lines
[vim_extended.git] / Contents
blob127768e7e0aebb2e2944cf253161d952a24c6a03
1 Vim             Vi IMproved.  A clone of the UNIX text editor Vi.  Very useful
2                 for editing programs and other plain ASCII text.  Full Vi
3                 compatibility and includes all Ex commands.  Extra features
4                 above Vi: Multilevel undo, multiple windows, syntax
5                 highlighting, command line history, folding, improved command
6                 line editing, command typeahead display, command to display
7                 yank buffers, possibility to edit binary files, file name
8                 stack, support for Manx QuickFix and other compiler's error
9                 messages, shows current file name in window title, on-line
10                 help, rectangular cut/paste, etc., etc., etc...
12                 Version 7.2.  Also runs under UNIX, MSDOS and other systems.
13                 vim72rt.tgz  contains the documentation and syntax files.
14                 vim72bin.tgz contains the binaries.
15                 vim72src.tgz contains the sources.
16                 Author: Bram Moolenaar et al.
19 Xxd             Hex dumper and reader.  Can be used to view files as hex, edit
20                 them and write them back.  Can also be used to patch files.
22                 Version 1.8 (1997 May 22)
23                 Author: Juergen Weigert