Problem: Vim9: compiler complains about using "try" as a struct member. Solution: Rename "try" to "tryref".
Problem: Vim9: codecov struggles with the file size. Solution: Split vim9compile.c into four files.