Yggdroot / indentLine

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

Option indentLine_fileType not works #297

Open Shatur opened 4 years ago

Shatur commented 4 years ago

Steps to reproduce:

  1. Specify let g:indentLine_fileType = ['c', 'cpp'].
  2. Open help (:h)

Actual behavior: Vertical lines are displayed in help files.

Expected behavior: Vertical lines are displayed only for cpp and c filetypes.