mirror of
https://github.com/neovim/neovim.git
synced 2026-03-19 07:08:15 +00:00
Problem: The quotestar test uses a timer instead of a timeout, thus it
cannot be rerun like a flaky test.
Solution: Remove the timer and add a timeout. (Kazunobu Kuriyama)
f5610da7a8