Yggdroot / indentLine

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

Indentline does not update with shiftwidth change #385

Closed Rahlir closed 1 year ago

Rahlir commented 1 year ago

The commit 291ded9 introduced a bug where changing shiftwidth will not update indent lines (see my comment to the commit). Simple fix seems to be to update the value of indentLine_indentSpace in the function IndentLinesEnable.

I might submit a PR request today if I have a moment.