diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-27 22:40:16 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-27 22:40:16 +0100 |
commit | dae8d21dd291df6a6679a00be64e18bca0156576 (patch) | |
tree | ebb042b06f88fbdad31cf7ddac552952314da94c /runtime/doc/version5.txt | |
parent | 3f2a5d8dfbe2998b4d3d369c0275e2366c92666b (diff) | |
download | vim-git-dae8d21dd291df6a6679a00be64e18bca0156576.tar.gz |
Updated runtime files
Diffstat (limited to 'runtime/doc/version5.txt')
-rw-r--r-- | runtime/doc/version5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/version5.txt b/runtime/doc/version5.txt index e47fa43a4..5f2586dd2 100644 --- a/runtime/doc/version5.txt +++ b/runtime/doc/version5.txt @@ -1,4 +1,4 @@ -*version5.txt* For Vim version 7.4. Last change: 2016 Jan 03 +*version5.txt* For Vim version 7.4. Last change: 2016 Feb 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -934,7 +934,7 @@ Don't add "-L/usr/lib" to the link line, causes problems on a few systems. When compiling, allow a choice for minimal, normal or maximal features in an easy way, by changing a single line in src/feature.h. The DOS16 version has been compiled with minimal features to avoid running -out of memory too quickly. |dos16| +out of memory too quickly. The Win32, DJGPP, and OS/2 versions use maximal features, because they have enough memory. The Amiga version is available with normal and maximal features. |