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 e14907a4..1c5cc5ae 100644 --- a/indent/yacc.vim +++ b/indent/yacc.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'yacc') +if has_key(g:polyglot_is_disabled, 'yacc') finish endif |