1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2018-10-07 15:42:07 +02:00
parent 019dfe6855
commit d8f27b30d6
3 changed files with 20 additions and 2 deletions

View File

@@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
456,
/**/
455,
/**/