diff options
Diffstat (limited to 'compiler/typescript.vim')
-rw-r--r-- | compiler/typescript.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typescript.vim b/compiler/typescript.vim index d004226c..4910a95e 100644 --- a/compiler/typescript.vim +++ b/compiler/typescript.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'typescript') finish endif |