preservim / vim-indent-guides

A Vim plugin for visually displaying indent levels in code
MIT License
2.62k stars 162 forks source link

Make sure to clear IndentGuides matches completely #150

Closed KSR-Yasuda closed 1 year ago

KSR-Yasuda commented 2 years ago

Sometimes it left IndentGuides matches even if :IndentGuidesDisable is called.

Now it deletes the stored match id only. So, if accidentally they has gone, the matches sticks uncleared (Updated the buffer by some other plugin?).

Shouldn't you clear them completely by deleting matches of IndentGuides{Even,Odd} groups?