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