summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-11 20:08:44 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-11 20:08:44 +0200
commit62cd26a2294b7a5eead7c145e9bbc7c75f3bb801 (patch)
treefcbe8643a2e737beebc5807c9763fdfdef0f8356 /src/version.c
parent6eb36ade9883f54c84c739c6a3504ddfa3343063 (diff)
patch 8.2.1836: autocmd test fails on pacifist systemsv8.2.1836
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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7a8fe0589e..9f5dbb0cd8 100644
--- 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,