commit | 52ea92b19d2bc992dd4570add64c12d98eab9db2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 29 17:50:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 29 17:50:48 2020 +0200 |
tree | 50fa73402877fc3fedf6ffe227922752b4d7dfdc | |
parent | bf54dbeb5ccd2cfb9cc0687fd71ac3b3eddce0da [diff] [blame] |
patch 8.2.0476: terminal nasty callback test fails sometimes Problem: Terminal nasty callback test fails sometimes. Solution: use term_wait() instead of a sleep. (Yee Cheng Chin,closes #5865)
diff --git a/src/version.c b/src/version.c index 69afadf..73de61c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 476, +/**/ 475, /**/ 474,