summaryrefslogtreecommitdiff
path: root/src/typval.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1396: sort(list, 'N') does not work in Vim9 script contextv9.0.1396Bram Moolenaar2023-03-091-5/+21
* patch 9.0.1380: CTRL-X on 2**64 subtracts twov9.0.1380Bram Moolenaar2023-03-041-2/+2
* patch 9.0.1245: code is indented more than necessaryv9.0.1245Yegappan Lakshmanan2023-01-251-102/+102
* patch 9.0.1134: comparing objects uses identity instead of equalityv9.0.1134Bram Moolenaar2023-01-021-2/+92
* patch 9.0.1095: using freed memory when declaration failsv9.0.1095Bram Moolenaar2022-12-251-0/+2
* patch 9.0.1035: object members are not being marked as usedv9.0.1035Bram Moolenaar2022-12-081-2/+2
* patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar2022-12-081-0/+46
* patch 9.0.0978: build errors without the +channel featurev9.0.0978Bram Moolenaar2022-11-301-0/+10
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-4/+4
* patch 9.0.0715: wrong argument for append() gives two error messagesv9.0.0715Bram Moolenaar2022-10-101-1/+3
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-18/+0
* patch 9.0.0450: return value of argument check functions is inconsistentv9.0.0450zeertzjq2022-09-121-11/+12
* patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun2022-09-091-0/+18
* patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar2022-09-011-0/+17
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-301-1/+18
* patch 9.0.0104: going beyond allocated memory when evaluating string constantv9.0.0104Bram Moolenaar2022-07-291-0/+12
* patch 8.2.4934: string interpolation fails when not evaluatingv8.2.4934Bram Moolenaar2022-05-101-1/+1
* patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar2022-05-101-32/+124
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-1/+1
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-0/+26
* patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael2022-05-041-0/+14
* patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq2022-05-021-5/+4
* patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar2022-03-271-1/+14
* patch 8.2.4576: Vim9: error for comparing with null can be annoyingv8.2.4576Bram Moolenaar2022-03-151-6/+3
* patch 8.2.4534: Vim9: "is" operator with empty string and null returns truev8.2.4534Bram Moolenaar2022-03-101-2/+16
* patch 8.2.4530: making comparison with null work changes legacy behaviorv8.2.4530Bram Moolenaar2022-03-091-1/+4
* patch 8.2.4489: failing test for comparing v:null with numberv8.2.4489Bram Moolenaar2022-03-021-0/+9
* patch 8.2.4488: build error with +eval but without +channel or +jobv8.2.4488Bram Moolenaar2022-03-011-0/+4
* patch 8.2.4487: Vim9: cannot compare with v:nullv8.2.4487Bram Moolenaar2022-03-011-0/+44
* patch 8.2.4046: some error messages not in the right placev8.2.4046Bram Moolenaar2022-01-081-1/+1
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+4
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-051-14/+14
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-051-1/+1
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-1/+1
* patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar2022-01-041-10/+10
* patch 8.2.4003: error messages are spread outv8.2.4003Bram Moolenaar2022-01-041-1/+1
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3971: build failsv8.2.3971Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3919: Vim9: wrong argument for append() results in two errorsv8.2.3919Bram Moolenaar2021-12-281-1/+3
* patch 8.2.3894: Vim9: no proper type check for first argument of call()v8.2.3894Bram Moolenaar2021-12-251-0/+17
* patch 8.2.3877: function does not abort after a type error in comparev8.2.3877Bram Moolenaar2021-12-221-6/+29
* patch 8.2.3851: Vim9: overhead when comparing string, dict or functionv8.2.3851Bram Moolenaar2021-12-191-161/+269
* patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn2021-12-181-8/+19
* patch 8.2.3840: useless test for negative index in check functionsv8.2.3840rbtnn2021-12-171-72/+17
* patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar2021-12-161-4/+4
* patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9v8.2.3822Bram Moolenaar2021-12-161-0/+22
* patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan2021-12-061-3/+3
* patch 8.2.3702: first key in dict is seen as curly expression and failsv8.2.3702Bram Moolenaar2021-11-301-1/+2
* patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan2021-09-141-0/+17