1
0
forked from aniani/vim

patch 8.1.0537: ui_breakcheck() may be called recursively

Problem:    ui_breakcheck() may be called recursively, which doesn't work.
Solution:   When called recursively, just return. (James McCoy, closes #3617)
This commit is contained in:
Bram Moolenaar
2018-11-20 02:42:43 +01:00
parent addc156c38
commit 48d23bb4de
2 changed files with 14 additions and 2 deletions

View File

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