mirror of
https://github.com/vim/vim.git
synced 2026-05-06 12:26:58 -04:00
89f422df41
closes: #18630 Signed-off-by: Christian Brabandt <cb@256bit.org>
6 lines
69 B
VimL
6 lines
69 B
VimL
if exists("b:did_ftplugin")
|
|
finish
|
|
endif
|
|
|
|
runtime ftplugin/rmd.vim
|