leafOfTree/vim-vue-plugin

no highlight after loading session

maciejg-git opened this issue · 2 comments

test
After loading session with two or more windows only one window have highlight. Steps to reproduce:
-split window and load 2 different vue files
-save session
-restart vim and load session

I use timer_start to speed up this plugin. However, it doesn't work well with session which switches buffers too quickly. So I disabled it when loading session to fix it. Please check it out.
Screen Shot 2021-04-01 at 10 41 20 AM

It works, thanks.