diff src/version.c @ 26412:40f6330abc2c v8.2.3737

patch 8.2.3737: test fails without the 'autochdir' option Commit: https://github.com/vim/vim/commit/8dea145e39a2569153cb63487d3403a46a882189 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Dec 4 15:12:40 2021 +0000 patch 8.2.3737: test fails without the 'autochdir' option Problem: Test fails without the 'autochdir' option. Solution: Check that the option is available. (Dominique Pell?, closes https://github.com/vim/vim/issues/9272)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Dec 2021 16:15:04 +0100
parents b94ef0b282f1
children 3f842f7b5278
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3737,
+/**/
     3736,
 /**/
     3735,