commit | d8f27b30d6ec0bcfcb8f44c6201e36c003d1ce88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 15:42:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 15:42:07 2018 +0200 |
tree | 46aded7ced84e056d69f378133d8c50ee5f5491b | |
parent | 019dfe6855e011c02427bb922aafeae0245372c9 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index d4c872a..926efea 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 456, +/**/ 455, /**/ 454,