mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
If the user has removed the "gitgutter CursorHold" autocommand, which is the documented way to turn off automatic refreshing, calling the autocommand at start up will fail. Use a timer instead. This implementation also changes the processing delay to 1ms instead of 'updatetime'. See #840.