diff options
author | Seth Jackson <sethjackson@gmail.com> | 2016-01-06 18:45:50 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2016-01-16 14:12:56 -0500 |
commit | e4fb777252ec92ba46627e6475bafd630c529c65 (patch) | |
tree | 66262f23c49df912c690dd9b0cb372a37f37198a /runtime/doc/vi_diff.txt | |
parent | dddbf9c5fa061cb03d6b6240ac6610b68b9304f5 (diff) | |
download | rneovim-e4fb777252ec92ba46627e6475bafd630c529c65.tar.gz rneovim-e4fb777252ec92ba46627e6475bafd630c529c65.tar.bz2 rneovim-e4fb777252ec92ba46627e6475bafd630c529c65.zip |
doc: Remove more references to MS-DOS
Among other things, this includes:
- lies about command.com
- references to pcterm
Diffstat (limited to 'runtime/doc/vi_diff.txt')
-rw-r--r-- | runtime/doc/vi_diff.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt index 34e8731898..38248d1b22 100644 --- a/runtime/doc/vi_diff.txt +++ b/runtime/doc/vi_diff.txt @@ -44,8 +44,7 @@ Memory usage limits The option 'maxmem' ('mm') is used to set the maximum memory used for one buffer (in kilobytes). 'maxmemtot' is used to set the maximum memory used for -all buffers (in kilobytes). The defaults depend on the system used. For -MS-DOS, 'maxmemtot' is set depending on the amount of memory available. +all buffers (in kilobytes). The defaults depend on the system used. These are not hard limits, but tell Vim when to move text into a swap file. If you don't like Vim to swap to a file, set 'maxmem' and 'maxmemtot' to a very large value. The swap file will then only be used for recovery. If you |