vim-indent-guides icon indicating copy to clipboard operation
vim-indent-guides copied to clipboard

Make sure to clear IndentGuides matches completely

Open KSR-Yasuda opened this issue 3 years ago • 0 comments
trafficstars

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?

KSR-Yasuda avatar Jun 27 '22 09:06 KSR-Yasuda