Christian Brabandt | b4ddc6c | 2024-01-02 16:51:11 +0100 | [diff] [blame] | 1 | *os_msdos.txt* For Vim version 9.1. Last change: 2016 Feb 26 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2 | |
| 3 | |
| 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
| 5 | |
| 6 | |
| 7 | *msdos* *ms-dos* *MSDOS* *MS-DOS* |
Bram Moolenaar | 6e722e2 | 2016-02-26 19:58:58 +0100 | [diff] [blame] | 8 | This file used to contain the particularities for the MS-DOS version of Vim. |
| 9 | MS-DOS support was removed in patch 7.4.1399. If you want to use it you will |
| 10 | need to get a version older than that. Note that the MS-DOS version doesn't |
| 11 | work, there is not enough memory. The DOS32 version (using DJGPP) might still |
| 12 | work on older systems. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 13 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 14 | |
Bram Moolenaar | 91f84f6 | 2018-07-29 15:07:52 +0200 | [diff] [blame] | 15 | vim:tw=78:ts=8:noet:ft=help:norl: |