Mercurial > vim
annotate README_unix.txt @ 4821:2f1ee97f5f23 v7.3.1157
updated for version 7.3.1157
Problem: New regexp engine fails on "\(\<command\)\@<=.*"
Solution: Fix rule for postponing match. Further tune estimating whether
postponing works better. Add test.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Mon, 10 Jun 2013 16:35:18 +0200 |
parents | 073ff46fe397 |
children | 6ec6b7ff2d43 |
rev | line source |
---|---|
2572
ee53a39d5896
Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
1 README_unix.txt for version 7.3 of Vim: Vi IMproved. |
7 | 2 |
3 This file explains the installation of Vim on Unix systems. | |
4 See "README.txt" for general information about Vim. | |
5 | |
6 | |
7 When you use the source distribution, "make install" is used to install Vim. | |
8 See the "INSTALL" file in the "src" directory. | |
9 | |
10 If you use a compiled package, follow the instructions for the package. |