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