mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
runtime(quarto): add missing loaded guard
closes: #18630 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
8d8c9074c3
commit
89f422df41
@ -1 +1,5 @@
|
||||
if exists("b:did_ftplugin")
|
||||
finish
|
||||
endif
|
||||
|
||||
runtime ftplugin/rmd.vim
|
||||
|
||||
Reference in New Issue
Block a user