1
0
forked from aniani/vim

patch 8.2.0682: Vim9: parsing function argument type can get stuck

Problem:    Vim9: parsing function argument type can get stuck.
Solution:   Bail out when not making progress.
This commit is contained in:
Bram Moolenaar
2020-05-02 19:04:58 +02:00
parent 0b6849e9e3
commit 1c0d44f8ef
3 changed files with 7 additions and 0 deletions

View File

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