diff src/version.c @ 14889:ba1f0c06b4be v8.1.0456

patch 8.1.0456: running test hangs when the input file is being edited commit https://github.com/vim/vim/commit/d8f27b30d6ec0bcfcb8f44c6201e36c003d1ce88 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 15:42:07 2018 +0200 patch 8.1.0456: running test hangs when the input file is being edited Problem: Running test hangs when the input file is being edited. Solution: Use a SwapExists autocommand to ignore editing the test script.
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 15:45:06 +0200
parents 863bdbc8465b
children 66176f8735aa
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 */
 /**/
+    456,
+/**/
     455,
 /**/
     454,