Mercurial > vim
annotate runtime/doc/os_os2.txt @ 31565:7d40c8c10a12 v9.0.1115
patch 9.0.1115: code is indented more than needed
Commit: https://github.com/vim/vim/commit/ed0c1d5d4b30d03b26ff08841f6da2ddf44025a7
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Fri Dec 30 18:07:46 2022 +0000
patch 9.0.1115: code is indented more than needed
Problem: Code is indented more than needed.
Solution: Use an early return to reduce indenting. (Yegappan Lakshmanan,
closes #11758)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 30 Dec 2022 19:15:04 +0100 |
parents | f8116058ca76 |
children | 4635e43f2c6f |
rev | line source |
---|---|
29314 | 1 *os_os2.txt* For Vim version 9.0. Last change: 2015 Dec 31 |
7 | 2 |
3 | |
4 VIM REFERENCE MANUAL by Paul Slootman | |
5 | |
6 | |
7 *os2* *OS2* *OS/2* | |
7408
1886f2863437
commit https://github.com/vim/vim/commit/e7fedb6ebe72d9a475aa65109b77d5ed4667067a
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
8 This file used to contain the particularities for the OS/2 version of Vim. |
7 | 9 |
7408
1886f2863437
commit https://github.com/vim/vim/commit/e7fedb6ebe72d9a475aa65109b77d5ed4667067a
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
10 The OS/2 support was removed in patch 7.4.1008. |
7 | 11 |
12 | |
14421 | 13 vim:tw=78:ts=8:noet:ft=help:norl: |