summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_eval_stuff.vim
AgeCommit message (Expand)Author
2021-06-17patch 8.2.3016: confusing error when expression is followed by commav8.2.3016Bram Moolenaar
2021-06-06patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar
2021-03-26patch 8.2.2659: eval test fails because for loop on string worksv8.2.2659Bram Moolenaar
2021-01-28patch 8.2.2425: cursor on invalid line with range and :substitutev8.2.2425Bram Moolenaar
2021-01-21patch 8.2.2388: no easy way to get the maximum or mininum number valuev8.2.2388Bram Moolenaar
2021-01-07patch 8.2.2309: 0o777 not recognized as octalv8.2.2309Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-08-25patch 8.2.1524: no longer get an error for string concatenation with floatv8.2.1524Bram Moolenaar
2020-08-21patch 8.2.1505: not all file read and writecode is testedv8.2.1505Bram Moolenaar
2020-08-06patch 8.2.1379: curly braces expression ending in " }" does not workv8.2.1379Bram Moolenaar
2020-07-11patch 8.2.1184: some tests failv8.2.1184Bram Moolenaar
2020-06-07patch 8.2.0924: cannot save and restore a register properlyv8.2.0924Bram Moolenaar
2020-06-02patch 8.2.0886: cannot use octal numbers in scriptversion 4v8.2.0886Bram Moolenaar
2020-04-29patch 8.2.0661: eval test is still old stylev8.2.0661Bram Moolenaar
2020-04-25patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar
2020-04-24patch 8.2.0633: crash when using null partial in filter()v8.2.0633Bram Moolenaar
2020-04-20patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar
2020-04-18patch 8.2.0598: test_eval_stuff fails in normal terminalv8.2.0598Bram Moolenaar
2020-04-18patch 8.2.0597: test_eval is old stylev8.2.0597Bram Moolenaar
2020-03-20patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar
2020-02-22patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar
2020-01-08patch 8.2.0104: using channel or job with ":execute" has strange effectsv8.2.0104Bram Moolenaar
2019-09-15patch 8.1.2043: not sufficient testing for quoted numbersv8.1.2043Bram Moolenaar
2019-09-15patch 8.1.2038: has('vimscript-4') is always 0v8.1.2038Bram Moolenaar
2019-09-15patch 8.1.2035: recognizing octal numbers is confusingv8.1.2035Bram Moolenaar
2019-09-04patch 8.1.1987: more functions can be used as methodsv8.1.1987Bram Moolenaar
2019-07-20patch 8.1.1722: error when scriptversion is 2 a making a dictionary accessv8.1.1722Bram Moolenaar
2019-06-14patch 8.1.1526: no numerical value for the patchlevelv8.1.1526Bram Moolenaar
2019-06-07patch 8.1.1491: when skipping over code a function call may cause troublev8.1.1491Bram Moolenaar
2019-04-20patch 8.1.1190: has('vimscript-3') does not workv8.1.1190Bram Moolenaar
2019-04-20patch 8.1.1188: not all Vim variables require the v: prefixv8.1.1188Bram Moolenaar
2019-04-04patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar
2019-04-04patch 8.1.1114: confusing overloaded operator "." for string concatenationv8.1.1114Bram Moolenaar
2019-01-24patch 8.1.0804: crash when setting v:errmsg to empty listv8.1.0804Bram Moolenaar
2019-01-13patch 8.1.0742: not all Blob operations are testedv8.1.0742Bram Moolenaar
2019-01-13patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar
2018-12-05patch 8.1.0564: setting v:errors to wrong type still possiblev8.1.0564Bram Moolenaar
2018-09-11patch 8.1.0369: continuation lines cannot contain commentsv8.1.0369Bram Moolenaar
2018-04-14patch 8.0.1708: mkdir with 'p' flag fails on existing directoryv8.0.1708Bram Moolenaar
2018-02-13patch 8.0.1518: error messages suppressed after ":silent! try"v8.0.1518Bram Moolenaar
2017-12-23patch 8.0.1423: error in return not caught by try/catchv8.0.1423Bram Moolenaar