|
|
|
|
|
by dvogel
1453 days ago
|
|
This is all correct. To quote from the official description of vim9script: Vim9 script and legacy Vim script can be mixed. There is no requirement to
rewrite old scripts, they keep working as before. You may want to use a few
:def functions for code that needs to be fast.
So entirely the opposite of the python3 split. |
|