annotate README_src.txt @ 6100:76e7fb736c0e
v7.4.388
updated for version 7.4.388
Problem: With 'linebreak' set and 'list' unset a Tab is not counted
properly. (Kent Sibilev)
Solution: Check the 'list' option. (Christian Brabandt)
author |
Bram Moolenaar <bram@vim.org> |
date |
Wed, 30 Jul 2014 16:44:22 +0200 |
parents |
359743c1f59a |
children |
|
rev |
line source |
5294
|
1 README_src.txt for version 7.4 of Vim: Vi IMproved.
|
7
|
2
|
|
3 The source archive contains the files needed to compile Vim on Unix systems.
|
5146
|
4 It is packed for Unix systems (NL line separator).
|
7
|
5
|
|
6 For more information, see the README.txt file that comes with the runtime
|
5146
|
7 archive (vim-7.4-rt.tar.gz). To be able to run Vim you MUST get the runtime
|
7
|
8 archive too!
|