Mercurial > vim
annotate runtime/doc/os_os2.txt @ 31416:f088f1d97eee v9.0.1041
patch 9.0.1041: cannot define a method in a class
Commit: https://github.com/vim/vim/commit/ffdaca9e6f3d39af6857ac52ced9385df203a152
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Dec 9 21:41:48 2022 +0000
patch 9.0.1041: cannot define a method in a class
Problem: Cannot define a method in a class.
Solution: Implement defining an object method. Make calling an object
method work.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 09 Dec 2022 22:45:03 +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: |