mirror of
https://github.com/neovim/neovim.git
synced 2026-02-03 19:11:23 +10:00
Problem: timer_info() has the wrong repeat value in a timer callback.
Solution: Do not add one to the repeat value when in the callback.
(closes vim/vim#9294)
95b2dd0c00
Co-authored-by: Bram Moolenaar <Bram@vim.org>