diff --git a/autoload/airline/builder.vim b/autoload/airline/builder.vim index 20b4944e..d87ddfeb 100644 --- a/autoload/airline/builder.vim +++ b/autoload/airline/builder.vim @@ -163,7 +163,7 @@ function! s:section_is_empty(self, content) endif " only check, if airline#skip_empty_sections == 1 - if get(w:, 'airline_skip_empty_sections', 0) == 0 + if get(w:, 'airline_skip_empty_sections', -1) == 0 return 0 endif " assume accents sections to be never empty