Mercurial > vim
annotate Contents @ 4289:52e946d654e0 v7.3.894
updated for version 7.3.894
Problem: Using wrong RUBY_VER causing Ruby build to break.
Solution: Correct the RUBY_VER value. (Yongwei Wu)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Mon, 15 Apr 2013 12:36:18 +0200 |
parents | 073ff46fe397 |
children | 6ec6b7ff2d43 |
rev | line source |
---|---|
7 | 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... | |
11 | |
2572
ee53a39d5896
Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
12 Version 7.3. Also runs under UNIX, MSDOS and other systems. |
ee53a39d5896
Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
13 vim73rt.tgz contains the documentation and syntax files. |
ee53a39d5896
Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
14 vim73bin.tgz contains the binaries. |
ee53a39d5896
Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
15 vim73src.tgz contains the sources. |
7 | 16 Author: Bram Moolenaar et al. |
17 | |
18 | |
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. | |
21 | |
22 Version 1.8 (1997 May 22) | |
23 Author: Juergen Weigert |