1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-26 16:15:09 +02:00

[vim9script] Disable language highlighting

This commit is contained in:
Boris Verkhovskiy
2025-08-21 11:13:56 -06:00
parent 20f553db18
commit 46dd2bf2be

View File

@@ -41,9 +41,7 @@ You can also define your own commands that call functions.
Try [vim9-conversion-aid](https://github.com/ubaldot/vim9-conversion-aid) as a starting point to convert legacy Vimscript to Vim9Script.
```vim
vim9script
```
# The vim9script namespace, above, is required to distinguish a Vim9 script
# *.vim file from a legacy vimscript file. In Vim's command-line mode,
# or in a legacy script, using the command `:vim9cmd` (or just `:vim9`) before