Bram Moolenaar
|
7f829cab35
|
patch 8.2.0188: Check commands don't work well with Vim9 script
Problem: Check commands don't work well with Vim9 script.
Solution: Improve constant expression handling.
|
2020-01-31 22:12:41 +01:00 |
|
Bram Moolenaar
|
5feabe00c4
|
patch 8.2.0183: tests fail when the float feature is disabled
Problem: Tests fail when the float feature is disabled.
Solution: Skip tests that don't work without float support.
|
2020-01-30 18:24:53 +01:00 |
|
Bram Moolenaar
|
97a2af39cd
|
patch 8.2.0168: Coverity warning for assigning NULL to an option
Problem: Coverity warning for assigning NULL to an option.
Solution: Use empty string instead of NULL.
|
2020-01-28 22:52:48 +01:00 |
|
Bram Moolenaar
|
58ceca5cae
|
patch 8.2.0167: Coverity warning for ignoring return value
Problem: Coverity warning for ignoring return value.
Solution: Check the return value and jump if failed.
|
2020-01-28 22:46:22 +01:00 |
|
Bram Moolenaar
|
8a7d6542b3
|
patch 8.2.0149: maintaining a Vim9 branch separately is more work
Problem: Maintaining a Vim9 branch separately is more work.
Solution: Merge the Vim9 script changes.
|
2020-01-26 15:56:19 +01:00 |
|