commit | 62cd26a2294b7a5eead7c145e9bbc7c75f3bb801 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 20:08:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 20:08:44 2020 +0200 |
tree | fcbe8643a2e737beebc5807c9763fdfdef0f8356 | |
parent | 6eb36ade9883f54c84c739c6a3504ddfa3343063 [diff] [blame] |
patch 8.2.1836: autocmd test fails on pacifist systems Problem: Autocmd test fails on pacifist systems. Solution: Check that /bin/kill exists. (James McCoy, closes #7117) Tune the timing, make the autocmd test run faster.
diff --git a/src/version.c b/src/version.c index 7a8fe05..9f5dbb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1836, +/**/ 1835, /**/ 1834,