1
0
forked from aniani/vim

patch 8.1.0799: calling deleted function; test doesn't work on Mac

Problem:    Calling deleted function; test doesn't work on Mac.
Solution:   Wait for the function to be called before deleting it. Use a job
            to write to the pty, unless in the GUI. (Ozaki Kiichi,
            closes #3854)
This commit is contained in:
Bram Moolenaar
2019-01-23 22:33:18 +01:00
parent dd29ea1805
commit cfc15237ab
3 changed files with 13 additions and 8 deletions

View File

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