mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
6 lines
69 B
VimL
6 lines
69 B
VimL
if exists("b:did_ftplugin")
|
|
finish
|
|
endif
|
|
|
|
runtime ftplugin/rmd.vim
|