summaryrefslogtreecommitdiffstats
path: root/ftplugin/rmd.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/rmd.vim')
-rw-r--r--ftplugin/rmd.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/rmd.vim b/ftplugin/rmd.vim
index f0e6ce6f..fbe78423 100644
--- a/ftplugin/rmd.vim
+++ b/ftplugin/rmd.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('rmd', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'rmd')
finish
endif