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