Mercurial > vim
annotate runtime/doc/os_msdos.txt @ 13876:156ebdcb8ef5 v8.0.1809
patch 8.0.1809: various typos
commit https://github.com/vim/vim/commit/b9464821901623f983528acaed9e4dc2cea7387b
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu May 10 15:09:49 2018 +0200
patch 8.0.1809: various typos
Problem: Various typos.
Solution: Correct the mistakes, change "cursur" to "cursor". (closes https://github.com/vim/vim/issues/2887)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 10 May 2018 15:15:04 +0200 |
parents | 9f48eab77d62 |
children | 1174611ad715 |
rev | line source |
---|---|
10198
9f48eab77d62
commit https://github.com/vim/vim/commit/bb76f24af2010943387ce696a7092175b4ecccf2
Christian Brabandt <cb@256bit.org>
parents:
8265
diff
changeset
|
1 *os_msdos.txt* For Vim version 8.0. 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 | |
15 vim:tw=78:ts=8:ft=help:norl: |