Bram Moolenaar
|
788123c00c
|
patch 8.2.1130: Vim9: bar not recognized after function call
Problem: Vim9: bar not recognized after function call
Solution: Skip whitespace. (closes #6391)
|
2020-07-05 15:32:17 +02:00 |
|
Bram Moolenaar
|
e9f262bdff
|
patch 8.2.1129: Vim9: bar not recognized after not compiled command
Problem: Vim9: bar not recognized after not compiled command.
Solution: Check for bar for commands where this is possible. (closes #6391)
|
2020-07-05 14:57:51 +02:00 |
|
Bram Moolenaar
|
d2ef6b320b
|
patch 8.2.1116: Vim9: parsing command checks for list twice
Problem: Vim9: parsing command checks for list twice.
Solution: Adjust how a command is parsed.
|
2020-07-02 21:11:34 +02:00 |
|
Bram Moolenaar
|
5f195938d4
|
patch 8.2.1112: Vim9: no line continuation allowed in method call
Problem: Vim9: no line continuation allowed in method call.
Solution: Handle line continuation in expression before method call.
|
2020-07-01 20:07:14 +02:00 |
|
Bram Moolenaar
|
b7a78f7a67
|
patch 8.2.1080: Vim9: no line break allowed in a for loop
Problem: Vim9: no line break allowed in a for loop.
Solution: Skip line breaks in for command.
|
2020-06-28 18:43:40 +02:00 |
|
Bram Moolenaar
|
d5053d015a
|
patch 8.2.1079: Vim9: no line break allowed in a while loop
Problem: Vim9: no line break allowed in a while loop.
Solution: Update stored loop lines when finding line breaks.
|
2020-06-28 15:51:16 +02:00 |
|
Bram Moolenaar
|
faf8626b79
|
patch 8.2.1076: Vim9: no line break allowed in :if expression
Problem: Vim9: no line break allowed in :if expression.
Solution: Skip linebreak.
|
2020-06-27 23:07:36 +02:00 |
|
Bram Moolenaar
|
7e8967fdcd
|
patch 8.2.1075: Vim9: no line break allowed in :echo expression
Problem: Vim9: no line break allowed in :echo expression.
Solution: Skip linebreak.
|
2020-06-27 21:56:17 +02:00 |
|
Bram Moolenaar
|
f163bd5e41
|
patch 8.2.0732: Vim9: storing value in dict messes up stack
Problem: Vim9: storing value in dict messes up stack.
Solution: Correct item count of stack.
|
2020-05-10 21:47:43 +02:00 |
|
Bram Moolenaar
|
1cc2a94f80
|
patch 8.2.0730: Vim9: Assignment to dict member does not work
Problem: Vim9: Assignment to dict member does not work.
Solution: Parse dict assignment. Implement getting dict member.
|
2020-05-10 19:10:31 +02:00 |
|
Bram Moolenaar
|
6378c4fef3
|
patch 8.2.0641: Vim9: not expanded in :hardcopy and syn-include
Problem: Vim9: not expanded in :hardcopy and "syntax include".
Solution: Add the EX_EXPAND flag. Expend "syntax include".
|
2020-04-26 13:50:41 +02:00 |
|
Bram Moolenaar
|
cfe435d7fe
|
patch 8.2.0640: Vim9: expanding does not work
Problem: Vim9: expanding does not work.
Solution: Find wildcards in not compiled commands. Reorganize test files.
|
2020-04-25 20:02:55 +02:00 |
|