diff options
Diffstat (limited to '')
-rw-r--r-- | ftplugin/indent.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/indent.vim b/ftplugin/indent.vim index 96cc9a10..0c0b4311 100644 --- a/ftplugin/indent.vim +++ b/ftplugin/indent.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'indent') +if has_key(g:polyglot_is_disabled, 'indent') finish endif |