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