Re: do not redraw screen, if tabline function calls settabvar

2017-06-28 Fir de Conversatie Christian Brabandt
On Mi, 28 Jun 2017, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > I am maintaining a eye-candy statusline plugin, that can also create a > > nice tabline. I recently made a change, trying to improve the > > performance of the plugin by caching certain values > > (https://github.c

Re: do not redraw screen, if tabline function calls settabvar

2017-06-28 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > I am maintaining a eye-candy statusline plugin, that can also create a > nice tabline. I recently made a change, trying to improve the > performance of the plugin by caching certain values > (https://github.com/vim-airline/vim-airline/commit/b2f301f73c168104cf2202ac

Re: do not redraw screen, if tabline function calls settabvar

2017-06-28 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2017-06-28 13:12 GMT+03:00 Christian Brabandt : > Bram, > I am maintaining a eye-candy statusline plugin, that can also create a > nice tabline. I recently made a change, trying to improve the > performance of the plugin by caching certain values > (https://github.com/vim-airline/vim-airline/commit

do not redraw screen, if tabline function calls settabvar

2017-06-28 Fir de Conversatie Christian Brabandt
Bram, I am maintaining a eye-candy statusline plugin, that can also create a nice tabline. I recently made a change, trying to improve the performance of the plugin by caching certain values (https://github.com/vim-airline/vim-airline/commit/b2f301f73c168104cf2202ac5f2e2b7c078c7aa1) The issue c