runtime(quarto): add missing loaded guard

Commit: 
https://github.com/vim/vim/commit/89f422df41dd9073626ce08cc1b066539ed84fa1
Author: Doug Kearns <[email protected]>
Date:   Wed Dec 3 20:30:59 2025 +0000

    runtime(quarto): add missing loaded guard
    
    closes: https://github.com/vim/vim/issues/18630
    
    Signed-off-by: Christian Brabandt <[email protected]>

diff --git a/runtime/ftplugin/quarto.vim b/runtime/ftplugin/quarto.vim
index a76bcc2c7..f8b27a1a5 100644
--- a/runtime/ftplugin/quarto.vim
+++ b/runtime/ftplugin/quarto.vim
@@ -1 +1,5 @@
+if exists("b:did_ftplugin")
+  finish
+endif
+
 runtime ftplugin/rmd.vim

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/vim_dev/E1vQtih-00ErsG-0B%40256bit.org.

Raspunde prin e-mail lui