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