-*vim9.txt* For Vim version 9.1. Last change: 2025 Jan 14
+*vim9.txt* For Vim version 9.1. Last change: 2025 Jan 19
VIM REFERENCE MANUAL by Bram Moolenaar
export def MyFunc() ...
export class MyClass ...
export interface MyClass ...
+ export enum MyEnum ...
< *E1043* *E1044*
-As this suggests, only constants, variables, `:def` functions and classes can
-be exported.
+As this suggests, only constants, variables, `:def` functions, classes,
+interfaces and enums can be exported.
*E1042*
`:export` can only be used in Vim9 script, at the script level.
}
/*
- * Handle the bitwise left/right shift operator expression:
+ * Handle fourth level expression (bitwise left/right shift operators):
* var1 << var2
* var1 >> var2
*
}
/*
- * Handle a type cast before a base level expression.
+ * Handle seventh level expression:
+ * a type cast before a base level expression.
* "arg" must point to the first non-white of the expression.
* "arg" is advanced to just after the recognized expression.
* Return OK or FAIL.
}
/*
- * Handle sixth level expression:
+ * Handle eighth level expression:
* number number constant
* 0zFFFFFFFF Blob constant
* "string" string constant
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1039,
/**/
1038,
/**/