diff options
author | lonerover <pathfinder1644@yahoo.com> | 2018-05-20 10:27:03 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2018-05-20 10:28:18 +0800 |
commit | 4dd614e51ac4f2ae0c40637c81d58f731faa63b3 (patch) | |
tree | 6d42fd86fc2b81cae52fa5e0950360280e18b548 /src/nvim/version.c | |
parent | 3046f4499bdbe8dd3c79aee987498e644a5d6a4a (diff) | |
download | rneovim-4dd614e51ac4f2ae0c40637c81d58f731faa63b3.tar.gz rneovim-4dd614e51ac4f2ae0c40637c81d58f731faa63b3.tar.bz2 rneovim-4dd614e51ac4f2ae0c40637c81d58f731faa63b3.zip |
vim-patch:8.0.0495: quotestar test uses timer instead of timeout
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)
https://github.com/vim/vim/commit/f5610da7a8a5908e747d1ae39dbed1408bbd2644
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 53931bfb50..1267759970 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1144,7 +1144,7 @@ static const int included_patches[] = { 498, // 497, // 496, - // 495, + 495, // 494, // 493, // 492, |