File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- *vim9class.txt* For Vim バージョン 9.1. Last change: 2025 Apr 13
1
+ *vim9class.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change 1
- *vim9class.txt* For Vim version 9.1. Last change: 2025 Apr 13
1
+ *vim9class.txt* For Vim version 9.1. Last change: 2025 Apr 21
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1067,8 +1067,7 @@ The above enum definition is equivalent to the following class definition: >
1067
1067
public const ordinal: number
1068
1068
endclass
1069
1069
<
1070
- A enum can contain object variables and methods just like a regular
1071
- class: >
1070
+ A enum can contain object variables and methods just like a regular class: >
1072
1071
1073
1072
enum Color
1074
1073
Cyan([0, 255, 255]),
You can’t perform that action at this time.
0 commit comments