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