diff options
Diffstat (limited to 'compiler/tcl.vim')
-rw-r--r-- | compiler/tcl.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/tcl.vim b/compiler/tcl.vim index d562da46..c48d197a 100644 --- a/compiler/tcl.vim +++ b/compiler/tcl.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'tcl') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'tcl', 'compiler/tcl.vim') finish endif |