diff --git a/autoload/indent_guides.vim b/autoload/indent_guides.vim index 7b739c3..23afb29 100644 --- a/autoload/indent_guides.vim +++ b/autoload/indent_guides.vim @@ -285,7 +285,7 @@ endfunction " function! indent_guides#exclude_filetype() abort if exists('g:indent_guides_exclude_buftype') - if g:indent_guides_exclude_buftype && &buftype != '' + if g:indent_guides_exclude_buftype && &buftype !=# '' return 1 endif endif