diff src/version.c @ 14929:b1df7f99efb7 v8.1.0476

patch 8.1.0476: memory leaks in test_escaped_glob commit https://github.com/vim/vim/commit/a2aad028305c306ecf33e0fd720fe1ed98596371 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 14 22:03:56 2018 +0200 patch 8.1.0476: memory leaks in test_escaped_glob Problem: Memory leaks in test_escaped_glob. Solution: Avoid failure when running the shell, use the sandbox.
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Oct 2018 22:15:05 +0200
parents 162d79d273e6
children 9c030bc201a6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    476,
+/**/
     475,
 /**/
     474,