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 4910a95e..e5ec6dfb 100644 --- a/compiler/typescript.vim +++ b/compiler/typescript.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'typescript') +if has_key(g:polyglot_is_disabled, 'typescript') finish endif |
