leafOfTree / vim-vue-plugin

Vim syntax and indent plugin for .vue files
The Unlicense
177 stars 9 forks source link

no highlight after loading session #31

Closed maciejg-git closed 3 years ago

maciejg-git commented 3 years ago

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

leafOfTree commented 3 years ago

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
maciejg-git commented 3 years ago

It works, thanks.