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