Mercurial > vim
annotate README_unix.txt @ 2589:d5681bd2661b v7.3.013
updated for version 7.3.013
Problem: Dynamic loading with Ruby doesn't work for 1.9.2.
Solution: Handle rb_str2cstr differently. Also support dynamic loading on
Unix. (Jon Maken)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 29 Sep 2010 13:02:53 +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. |