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