diff src/version.c @ 19505:e7eec9cae0ea v8.2.0310

patch 8.2.0310: autocmd test fails on a slow system Commit: https://github.com/vim/vim/commit/8fb1b47a5e24892b23c3923a07d8a850d99b14b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 23 16:16:26 2020 +0100 patch 8.2.0310: autocmd test fails on a slow system Problem: Autocmd test fails on a slow system. Solution: Adjust the expectations. (James McCoy, closes https://github.com/vim/vim/issues/5685)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Feb 2020 16:30:04 +0100
parents a4be2f9cfb01
children 65049a682574
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    310,
+/**/
     309,
 /**/
     308,