Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.14k stars 227 forks source link

Indented folds have wrong color #332

Closed MasterMedo closed 3 years ago

MasterMedo commented 3 years ago

vim: NVIM v0.5.0-762-g9817d9914

minimal init.vim to reproduce:

call plug#begin('~/.vim/plugged')
  """ correct color fold "{{{
    " some random text
    " }}}
    """ wrong color fold "{{{
      Plug 'Yggdroot/indentline'
      " }}}
call plug#end()
" vim: ts=2 sw=2 sts=2 fdm=marker

wrong_color_fold

MasterMedo commented 3 years ago

This is probably relevant #12982. IndentLine works as expected on release nvim v0.4.4.