Mercurial > vim
annotate runtime/doc/os_msdos.txt @ 31680:24d9c23bf665 v9.0.1172
patch 9.0.1172: when 'selection' is "exclusive" then "1v" is one char short
Commit: https://github.com/vim/vim/commit/79c11e399be3d96ed6d1c7458b1380e878ec717b
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jan 10 17:29:29 2023 +0000
patch 9.0.1172: when 'selection' is "exclusive" then "1v" is one char short
Problem: When 'selection' is "exclusive" then "1v" is one char short.
Solution: Add one character when 'selection' is "exclusive. (closes https://github.com/vim/vim/issues/11791)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 10 Jan 2023 18:30:04 +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: |