From 46dd2bf2be0687d3190eae9e944ad7b9bc11f74b Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Thu, 21 Aug 2025 11:13:56 -0600 Subject: [PATCH] [vim9script] Disable language highlighting --- vim9script.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vim9script.md b/vim9script.md index 2110b7f9..63dd2f99 100644 --- a/vim9script.md +++ b/vim9script.md @@ -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