Re: lazyredraw affecting highlight?

2013-07-05 Fir de Conversatie Christian Brabandt
Hi Bailey! On Mi, 03 Jul 2013, Bailey Ling wrote: > Hey all, > > I'm running into a weird issue with rendering the statusline in my plugin > vim-airline. I created a minimal vimrc gist here > (https://gist.github.com/bling/7d26e6c63ba0207e657f) that illustrates the > problem. > > It appears

Re: lazyredraw affecting highlight?

2013-07-04 Fir de Conversatie Bailey Ling
It appears that this issue has something to do with using the User1-9 highlight groups. If I define custom highlights it works as expected with/without lazyredraw. I'm still curious as to why the User1-9 groups do this, so if anyone knows the underlying reason, please let me know. Thanks. --

lazyredraw affecting highlight?

2013-07-03 Fir de Conversatie Bailey Ling
Hey all, I'm running into a weird issue with rendering the statusline in my plugin vim-airline. I created a minimal vimrc gist here (https://gist.github.com/bling/7d26e6c63ba0207e657f) that illustrates the problem. It appears that if lazyredraw is on, then highlight commands are executed imm