Mercurial > vim
annotate README_src.txt @ 2227:9c510840e896 vim73
updated for version 7.2.439
Problem: Invalid memory access when doing thesaurus completion and
'infercase' is set.
Solution: Use the minimal length of completed word and replacement.
(Dominique Pelle)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 28 May 2010 21:31:58 +0200 |
parents | 7c8c7c95a865 |
children | 733f0dc510c3 12b829477c60 |
rev | line source |
---|---|
2154
7c8c7c95a865
First step in the Vim 7.3 branch. Changed version numbers.
Bram Moolenaar <bram@zimbu.org>
parents:
2035
diff
changeset
|
1 README_src.txt for version 7.3a of Vim: Vi IMproved. |
7 | 2 |
3 The source archive contains the files needed to compile Vim on Unix systems. | |
4 It is packed for Unix systems (NL line separator). It is also used for other | |
2035 | 5 systems in combination with the extra archive (vim-7.2-extra.tar.gz, in the |
7 | 6 "extra" directory of ftp.vim.org). |
7 | |
8 For more information, see the README.txt file that comes with the runtime | |
2035 | 9 archive (vim-7.2-rt.tar.gz). To be able to run Vim you MUST get the runtime |
7 | 10 archive too! |