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