diff src/version.c @ 22576:170077e26bde v8.2.1836

patch 8.2.1836: autocmd test fails on pacifist systems Commit: https://github.com/vim/vim/commit/62cd26a2294b7a5eead7c145e9bbc7c75f3bb801 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 11 20:08:44 2020 +0200 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 https://github.com/vim/vim/issues/7117) Tune the timing, make the autocmd test run faster.
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Oct 2020 20:15:03 +0200
parents 431367075f29
children 381bd66762ea
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1836,
+/**/
     1835,
 /**/
     1834,