blob: 48b7c59ec559ab44361a72f9b1c97b0f64cbbc77 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001Vim 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...
11
Christian Brabandtb4ddc6c2024-01-02 16:51:11 +010012 Version 9.1. Also runs under UNIX, MS-Windows, Mac, etc.
13 vim91rt.tgz contains the documentation and syntax files.
14 vim91bin.tgz contains the binaries.
15 vim91src.tgz contains the sources.
Bram Moolenaar071d4272004-06-13 20:20:40 +000016 Author: Bram Moolenaar et al.
17
18
19Xxd 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.
21
Christian Brabandtb4ddc6c2024-01-02 16:51:11 +010022 Version 2023 Oct 25
Bram Moolenaar071d4272004-06-13 20:20:40 +000023 Author: Juergen Weigert