Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Commit: runtime(quarto): add missing loaded guard
0 views
Skip to first unread message
Christian Brabandt
unread,
Dec 3, 2025, 3:45:41 PM (6 days ago)
Dec 3
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
runtime(quarto): add missing loaded guard
Commit:
https://github.com/vim/vim/commit/89f422df41dd9073626ce08cc1b066539ed84fa1
Author: Doug Kearns <
dougk...@gmail.com
>
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 <
c...@256bit.org
>
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
Reply all
Reply to author
Forward
0 new messages