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 e5ec6dfb..43380d27 100644 --- a/compiler/typescript.vim +++ b/compiler/typescript.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'typescript') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'typescript', 'compiler/typescript.vim') finish endif |