mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 16:29:57 -04:00
e7e3351954
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
|