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 28bd6fdd..1fdf0515 100644 --- a/ftplugin/tablegen.vim +++ b/ftplugin/tablegen.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('llvm', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'llvm') finish endif |