diff options
Diffstat (limited to 'syntax/cryptol.vim')
-rw-r--r-- | syntax/cryptol.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/cryptol.vim b/syntax/cryptol.vim index e1cef5a2..8cb7804d 100644 --- a/syntax/cryptol.vim +++ b/syntax/cryptol.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'cryptol') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'cryptol', 'syntax/cryptol.vim') finish endif |