Mercurial > vim
annotate runtime/doc/os_msdos.txt @ 32082:775d7d500959 v9.0.1372
patch 9.0.1372: test for 'toolbariconsize' may fail
Commit: https://github.com/vim/vim/commit/db1887ce40452daea8c4e8734ec64202e5f24130
Author: James McCoy <jamessan@jamessan.com>
Date: Thu Mar 2 18:36:33 2023 +0000
patch 9.0.1372: test for 'toolbariconsize' may fail
Problem: Test for 'toolbariconsize' may fail.
Solution: Only test 'toolbariconsize' when it is supported. (James McCoy,
closes #12095)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 02 Mar 2023 19:45:03 +0100 |
parents | f8116058ca76 |
children | 4635e43f2c6f |
rev | line source |
---|---|
29314 | 1 *os_msdos.txt* For Vim version 9.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 | |
14421 | 15 vim:tw=78:ts=8:noet:ft=help:norl: |