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.
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 ofindentLine_indentSpace
in the functionIndentLinesEnable
.I might submit a PR request today if I have a moment.