Mercurial > vim
annotate runtime/doc/os_msdos.txt @ 19643:e9bfd6b3a478
Added tag v8.2.0378 for changeset 647ef636a11e7b3a306f4d8fbf3f23a1db0a3c57
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 13 Mar 2020 21:45:04 +0100 |
parents | af69c9335223 |
children | f8116058ca76 |
rev | line source |
---|---|
18879 | 1 *os_msdos.txt* For Vim version 8.2. Last change: 2016 Feb 26 |
7 | 2 |
3 | |
4 VIM REFERENCE MANUAL by Bram Moolenaar | |
5 | |
6 | |
7 *msdos* *ms-dos* *MSDOS* *MS-DOS* | |
8265
792bc43e69a7
commit https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
8 This file used to contain the particularities for the MS-DOS version of Vim. |
792bc43e69a7
commit https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
9 MS-DOS support was removed in patch 7.4.1399. If you want to use it you will |
792bc43e69a7
commit https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
10 need to get a version older than that. Note that the MS-DOS version doesn't |
792bc43e69a7
commit https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
11 work, there is not enough memory. The DOS32 version (using DJGPP) might still |
792bc43e69a7
commit https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
12 work on older systems. |
7 | 13 |
14 | |
14421 | 15 vim:tw=78:ts=8:noet:ft=help:norl: |