summaryrefslogtreecommitdiff
path: root/src/testdir/test_eval_stuff.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0538: manually deleting test temp filesv9.0.0538Bram Moolenaar2022-09-211-13/+7
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-12/+6
* patch 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacyv9.0.0423Bram Moolenaar2022-09-091-0/+9
* patch 9.0.0411: only created files can be cleaned up with one callv9.0.0411Bram Moolenaar2022-09-071-0/+58
* patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar2022-09-021-3/+3
* patch 9.0.0360: crash when invalid line number on :for is ignoredv9.0.0360Bram Moolenaar2022-09-021-0/+13
* patch 9.0.0220: invalid memory access with for loop over NULL stringv9.0.0220Bram Moolenaar2022-08-161-0/+12
* patch 9.0.0104: going beyond allocated memory when evaluating string constantv9.0.0104Bram Moolenaar2022-07-291-0/+5
* patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq2022-05-021-0/+22
* patch 8.2.4206: condition with many "(" causes a crashv8.2.4206Bram Moolenaar2022-01-241-0/+5
* patch 8.2.4070: using uninitialized memory when reading empty filev8.2.4070Dominique Pelle2022-01-121-0/+7
* patch 8.2.3284: no error for insert() or remove() changing a locked blobv8.2.3284Sean Dewar2021-08-041-3/+3
* patch 8.2.3016: confusing error when expression is followed by commav8.2.3016Bram Moolenaar2021-06-171-1/+1
* patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar2021-06-061-1/+1
* patch 8.2.2659: eval test fails because for loop on string worksv8.2.2659Bram Moolenaar2021-03-261-1/+1
* patch 8.2.2425: cursor on invalid line with range and :substitutev8.2.2425Bram Moolenaar2021-01-281-0/+5
* patch 8.2.2388: no easy way to get the maximum or mininum number valuev8.2.2388Bram Moolenaar2021-01-211-3/+6
* patch 8.2.2309: 0o777 not recognized as octalv8.2.2309Bram Moolenaar2021-01-071-0/+2
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-3/+3
* patch 8.2.1524: no longer get an error for string concatenation with floatv8.2.1524Bram Moolenaar2020-08-251-0/+6
* patch 8.2.1505: not all file read and writecode is testedv8.2.1505Bram Moolenaar2020-08-211-6/+19
* patch 8.2.1379: curly braces expression ending in " }" does not workv8.2.1379Bram Moolenaar2020-08-061-0/+22
* patch 8.2.1184: some tests failv8.2.1184Bram Moolenaar2020-07-111-7/+4
* patch 8.2.0924: cannot save and restore a register properlyv8.2.0924Bram Moolenaar2020-06-071-1/+0
* patch 8.2.0886: cannot use octal numbers in scriptversion 4v8.2.0886Bram Moolenaar2020-06-021-0/+5
* patch 8.2.0661: eval test is still old stylev8.2.0661Bram Moolenaar2020-04-291-0/+165
* patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar2020-04-251-0/+4
* patch 8.2.0633: crash when using null partial in filter()v8.2.0633Bram Moolenaar2020-04-241-1/+1
* patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar2020-04-201-1/+11
* patch 8.2.0598: test_eval_stuff fails in normal terminalv8.2.0598Bram Moolenaar2020-04-181-4/+1
* patch 8.2.0597: test_eval is old stylev8.2.0597Bram Moolenaar2020-04-181-0/+120
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-201-0/+2
* patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar2020-02-221-0/+6
* patch 8.2.0104: using channel or job with ":execute" has strange effectsv8.2.0104Bram Moolenaar2020-01-081-0/+12
* patch 8.1.2043: not sufficient testing for quoted numbersv8.1.2043Bram Moolenaar2019-09-151-0/+3
* patch 8.1.2038: has('vimscript-4') is always 0v8.1.2038Bram Moolenaar2019-09-151-0/+1
* patch 8.1.2035: recognizing octal numbers is confusingv8.1.2035Bram Moolenaar2019-09-151-11/+26
* patch 8.1.1987: more functions can be used as methodsv8.1.1987Bram Moolenaar2019-09-041-1/+1
* patch 8.1.1722: error when scriptversion is 2 a making a dictionary accessv8.1.1722Bram Moolenaar2019-07-201-0/+7
* patch 8.1.1526: no numerical value for the patchlevelv8.1.1526Bram Moolenaar2019-06-141-0/+3
* patch 8.1.1491: when skipping over code a function call may cause troublev8.1.1491Bram Moolenaar2019-06-071-0/+9
* patch 8.1.1190: has('vimscript-3') does not workv8.1.1190Bram Moolenaar2019-04-201-0/+3
* patch 8.1.1188: not all Vim variables require the v: prefixv8.1.1188Bram Moolenaar2019-04-201-0/+16
* patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar2019-04-041-0/+36
* patch 8.1.1114: confusing overloaded operator "." for string concatenationv8.1.1114Bram Moolenaar2019-04-041-0/+29
* patch 8.1.0804: crash when setting v:errmsg to empty listv8.1.0804Bram Moolenaar2019-01-241-0/+7
* patch 8.1.0742: not all Blob operations are testedv8.1.0742Bram Moolenaar2019-01-131-0/+18
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-131-0/+6
* patch 8.1.0564: setting v:errors to wrong type still possiblev8.1.0564Bram Moolenaar2018-12-051-0/+10
* patch 8.1.0369: continuation lines cannot contain commentsv8.1.0369Bram Moolenaar2018-09-111-0/+11