1
0
forked from aniani/vim

patch 8.2.1836: autocmd test fails on pacifist systems

Problem:    Autocmd test fails on pacifist systems.
Solution:   Check that /bin/kill exists. (James McCoy, closes #7117)
            Tune the timing, make the autocmd test run faster.
This commit is contained in:
Bram Moolenaar
2020-10-11 20:08:44 +02:00
parent 6eb36ade98
commit 62cd26a229
2 changed files with 10 additions and 3 deletions

View File

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