Commit e507ff1
committed
patch 8.2.2444: Vim9: compile error with combination of operator and list
Problem: Vim9: compile error with combination of operator and list.
Solution: Generate constants before parsing a list or dict. (closes #7757)1 parent 80ad3e2 commit e507ff1
3 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1083 | 1083 | | |
1084 | 1084 | | |
1085 | 1085 | | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
1086 | 1089 | | |
1087 | 1090 | | |
1088 | 1091 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| 753 | + | |
| 754 | + | |
753 | 755 | | |
754 | 756 | | |
755 | 757 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4121 | 4121 | | |
4122 | 4122 | | |
4123 | 4123 | | |
4124 | | - | |
| 4124 | + | |
| 4125 | + | |
| 4126 | + | |
4125 | 4127 | | |
4126 | 4128 | | |
4127 | 4129 | | |
4128 | 4130 | | |
4129 | 4131 | | |
4130 | | - | |
| 4132 | + | |
| 4133 | + | |
| 4134 | + | |
4131 | 4135 | | |
4132 | 4136 | | |
4133 | 4137 | | |
| |||
0 commit comments