Closed tunaflsh closed 5 months ago
In Vim9 there are two script languages, vim9script and legacy. vim9script uses # instead of " for commentary. And vim decides whether the script is vim9script if the command vim9script is placed at the start of the file.
#
"
vim9script
Nvm it works.
In Vim9 there are two script languages, vim9script and legacy. vim9script uses
#
instead of"
for commentary. And vim decides whether the script is vim9script if the commandvim9script
is placed at the start of the file.