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
22
33
44 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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1067,8 +1067,7 @@ The above enum definition is equivalent to the following class definition: >
10671067 public const ordinal: number
10681068 endclass
10691069<
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: >
10721071
10731072 enum Color
10741073 Cyan([0, 255, 255]),
You can’t perform that action at this time.
0 commit comments