preservim/vim-indent-guides

modifying tabstops with modelines throws off the colouring

Closed this issue · 3 comments

It seems that when e.g. default is 8 and modelines changes to 4 it still tries to colour with 4

Adding BufWinEnter event to the process_autocmds in the augroup indent_guids of indent_guides.vim seems to fix that for me, no idea though if it is the intended way to do it

I believe this should be fixed now that #133 is merged.

If not please drop a commend and we'll look into it again.

Went to master, seems to work fine, thanks

Thank @mhaehnel who submitted a fix for this about 5 years ago!