mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 03:53:47 -05:00
In this context older vims are those without timer_start() and lambda. The plugin always used to process the buffer at startup. Then in #734 an optimisation was introduced to defer processing at startup, to keep vim's startup fast. However in this optimisation older vim's unintentionally lost their startup processing altogether.