Mercurial > vim
annotate README_unix.txt @ 3058:4a7097153089 v7.3.301
updated for version 7.3.301
Problem: When 'smartindent' and 'copyindent' are set a Tab is used even
though 'expandtab' is set.
Solution: Do not insert Tabs. Add a test. (Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 07 Sep 2011 19:58:09 +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. |