summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_expr.vim
AgeCommit message (Expand)Author
2024-03-22patch 9.1.0197: Vim9: problem evaluating negated boolean logicv9.1.0197Yegappan Lakshmanan
2023-12-05patch 9.0.2152: Using type unknown for List/Dict containersv9.0.2152Yegappan Lakshmanan
2023-01-28patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar
2023-01-09patch 9.0.1164: evaluating string expression advances function linev9.0.1164h-east
2022-12-29patch 9.0.1108: type error when using "any" type and adding to floatv9.0.1108Bram Moolenaar
2022-12-27patch 9.0.1107: float constant not recognized as floatv9.0.1107Bram Moolenaar
2022-11-12patch 9.0.0863: col() and charcol() only work for the current windowv9.0.0863Yegappan Lakshmanan
2022-11-06patch 9.0.0840: cannot change a slice of a const listv9.0.0840Bram Moolenaar
2022-10-17patch 9.0.0778: indexing of unknown const type fails during compilationv9.0.0778Bram Moolenaar
2022-10-15patch 9.0.0766: too many delete() calls in testsv9.0.0766Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-08-20patch 9.0.0230: no error for comma missing in list in :def functionv9.0.0230Bram Moolenaar
2022-08-06patch 9.0.0150: error for using #{ in an expression is a bit confusingv9.0.0150Bram Moolenaar
2022-05-22patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan
2022-05-17patch 8.2.4972: Vim9: compilation fails when using dict member when skippingv8.2.4972Bram Moolenaar
2022-05-17patch 8.2.4971: Vim9: interpolated string seen as rangev8.2.4971Bram Moolenaar
2022-05-13patch 8.2.4949: Vim9: some code not covered by testsv8.2.4949Bram Moolenaar
2022-05-12patch 8.2.4946: Vim9: some code not covered by testsv8.2.4946Bram Moolenaar
2022-05-12patch 8.2.4940: some code is never usedv8.2.4940Bram Moolenaar
2022-05-10patch 8.2.4934: string interpolation fails when not evaluatingv8.2.4934Bram Moolenaar
2022-05-08patch 8.2.4914: string interpolation in :def function may failv8.2.4914Bram Moolenaar
2022-05-07patch 8.2.4900: Vim9 expression test fails without the job featurev8.2.4900Dominique Pelle
2022-05-06patch 8.2.4892: test failures because of changed error messagesv8.2.4892Bram Moolenaar
2022-04-27patch 8.2.4834: Vim9: some lines not covered by testsv8.2.4834Bram Moolenaar
2022-04-05patch 8.2.4697: Vim9: crash when adding a duplicate key to a dictionaryv8.2.4697Bram Moolenaar
2022-03-31patch 8.2.4657: errors for functions are sometimes hard to readv8.2.4657Bram Moolenaar
2022-03-28patch 8.2.4642: Vim9: in :def function script var cannot be nullv8.2.4642Bram Moolenaar
2022-03-27patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar
2022-03-22patch 8.2.4611: typos in tests; one lua line not covered by testv8.2.4611Dominique Pelle
2022-03-20patch 8.2.4602: Vim9: not enough test coverage for executing :def functionv8.2.4602Bram Moolenaar
2022-03-16patch 8.2.4581: null types not fully testedv8.2.4581Bram Moolenaar
2022-03-15patch 8.2.4576: Vim9: error for comparing with null can be annoyingv8.2.4576Bram Moolenaar
2022-03-10patch 8.2.4540: line number for error is off by onev8.2.4540Bram Moolenaar
2022-03-10patch 8.2.4539: when comparing special v:none and v:null are handled the samev8.2.4539Bram Moolenaar
2022-03-10patch 8.2.4534: Vim9: "is" operator with empty string and null returns truev8.2.4534Bram Moolenaar
2022-03-08patch 8.2.4529: Vim9: comparing partial with function failsv8.2.4529Bram Moolenaar
2022-03-01patch 8.2.4487: Vim9: cannot compare with v:nullv8.2.4487Bram Moolenaar
2022-02-28patch 8.2.4484: Vim9: some error messages are not testedv8.2.4484Bram Moolenaar
2022-02-26patch 8.2.4476: operator name spelled wrongv8.2.4476=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-02-17patch 8.2.4410: Vim9: some code not covered by testsv8.2.4410Bram Moolenaar
2022-02-12patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar
2022-02-04patch 8.2.4296: Vim9: not all code covered by testsv8.2.4296Bram Moolenaar
2022-02-04patch 8.2.4295: Vim9: concatenating two lists may result in wrong typev8.2.4295Bram Moolenaar
2022-02-03patch 8.2.4293: Vim9: when copying a list it gets type list<any>v8.2.4293Bram Moolenaar
2022-01-31patch 8.2.4272: Vim9 expr test fails without the channel featurev8.2.4272Bram Moolenaar
2022-01-30patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-18patch 8.2.4128: crash when method cannot be foundv8.2.4128Bram Moolenaar
2022-01-17patch 8.2.4124: Vim9: method in compiled function may not see script itemv8.2.4124Bram Moolenaar
2022-01-16patch 8.2.4116: Vim9: cannot use a method with a complex expression in :defv8.2.4116Bram Moolenaar