Re: Perf prob: what causes tabline to trigger the call to the format function?

2006-04-16 Thread Bram Moolenaar
Eric Arnold wrote: > I've sorta isolated a performance problem I'm having with my > TabLineSet.vim script. If I set the string to include a %(func()} > string (which in this case, addeds a hour/min/sec string), and do > something to update a buffer in a tab with multiple windows, then > *every*

Perf prob: what causes tabline to trigger the call to the format function?

2006-04-16 Thread Eric Arnold
I've sorta isolated a performance problem I'm having with my TabLineSet.vim script. If I set the string to include a %(func()} string (which in this case, addeds a hour/min/sec string), and do something to update a buffer in a tab with multiple windows, then *every* keystroke from then on calls t