vim-indent-guides
vim-indent-guides copied to clipboard
modifying tabstops with modelines throws off the colouring
trafficstars
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