mirror of
https://github.com/neovim/neovim.git
synced 2026-08-19 02:24:46 -05:00
closes: vim/vim#18630 https://github.com/vim/vim/commit/89f422df41dd9073626ce08cc1b066539ed84fa1 Co-authored-by: Doug Kearns <dougkearns@gmail.com>
6 lines
69 B
VimL
6 lines
69 B
VimL
if exists("b:did_ftplugin")
|
|
finish
|
|
endif
|
|
|
|
runtime ftplugin/rmd.vim
|