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

modifying tabstops with modelines throws off the colouring

Open PlasmaHH opened this issue 6 years ago • 0 comments
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

PlasmaHH avatar Dec 11 '18 15:12 PlasmaHH