annotate Contents @ 7024:cb0592df6c86 vim72

Close unused branch 'vim72'
author Bram Moolenaar <bram@vim.org>
date Tue, 18 Aug 2015 21:52:12 +0200
parents 733f0dc510c3
children 073ff46fe397
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 for editing programs and other plain ASCII text. Full Vi
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 compatibility and includes all Ex commands. Extra features
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 above Vi: Multilevel undo, multiple windows, syntax
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 highlighting, command line history, folding, improved command
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 line editing, command typeahead display, command to display
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 yank buffers, possibility to edit binary files, file name
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 stack, support for Manx QuickFix and other compiler's error
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 messages, shows current file name in window title, on-line
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 help, rectangular cut/paste, etc., etc., etc...
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11
2165
733f0dc510c3 Undo changes that are meant for the Vim 7.3 branch.
Bram Moolenaar <bram@vim.org>
parents: 2155
diff changeset
12 Version 7.2. Also runs under UNIX, MSDOS and other systems.
733f0dc510c3 Undo changes that are meant for the Vim 7.3 branch.
Bram Moolenaar <bram@vim.org>
parents: 2155
diff changeset
13 vim72rt.tgz contains the documentation and syntax files.
733f0dc510c3 Undo changes that are meant for the Vim 7.3 branch.
Bram Moolenaar <bram@vim.org>
parents: 2155
diff changeset
14 vim72bin.tgz contains the binaries.
733f0dc510c3 Undo changes that are meant for the Vim 7.3 branch.
Bram Moolenaar <bram@vim.org>
parents: 2155
diff changeset
15 vim72src.tgz contains the sources.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
16 Author: Bram Moolenaar et al.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
17
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
18
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
19 Xxd Hex dumper and reader. Can be used to view files as hex, edit
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
20 them and write them back. Can also be used to patch files.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
21
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
22 Version 1.8 (1997 May 22)
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
23 Author: Juergen Weigert