summaryrefslogtreecommitdiffstats
path: root/src/typval.c
AgeCommit message (Expand)Author
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-10patch 9.0.0715: wrong argument for append() gives two error messagesv9.0.0715Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-09-12patch 9.0.0450: return value of argument check functions is inconsistentv9.0.0450zeertzjq
2022-09-09patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun
2022-09-01patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar
2022-08-30patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan
2022-07-29patch 9.0.0104: going beyond allocated memory when evaluating string constantv9.0.0104Bram Moolenaar
2022-05-10patch 8.2.4934: string interpolation fails when not evaluatingv8.2.4934Bram Moolenaar
2022-05-10patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-06patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy
2022-05-04patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael
2022-05-02patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq
2022-03-27patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar
2022-03-15patch 8.2.4576: Vim9: error for comparing with null can be annoyingv8.2.4576Bram Moolenaar
2022-03-10patch 8.2.4534: Vim9: "is" operator with empty string and null returns truev8.2.4534Bram Moolenaar
2022-03-09patch 8.2.4530: making comparison with null work changes legacy behaviorv8.2.4530Bram Moolenaar
2022-03-02patch 8.2.4489: failing test for comparing v:null with numberv8.2.4489Bram Moolenaar
2022-03-01patch 8.2.4488: build error with +eval but without +channel or +jobv8.2.4488Bram Moolenaar
2022-03-01patch 8.2.4487: Vim9: cannot compare with v:nullv8.2.4487Bram Moolenaar
2022-01-08patch 8.2.4046: some error messages not in the right placev8.2.4046Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-04patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar
2022-01-04patch 8.2.4003: error messages are spread outv8.2.4003Bram Moolenaar
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2022-01-01patch 8.2.3971: build failsv8.2.3971Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-28patch 8.2.3919: Vim9: wrong argument for append() results in two errorsv8.2.3919Bram Moolenaar
2021-12-25patch 8.2.3894: Vim9: no proper type check for first argument of call()v8.2.3894Bram Moolenaar
2021-12-22patch 8.2.3877: function does not abort after a type error in comparev8.2.3877Bram Moolenaar
2021-12-19patch 8.2.3851: Vim9: overhead when comparing string, dict or functionv8.2.3851Bram Moolenaar
2021-12-18patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn
2021-12-17patch 8.2.3840: useless test for negative index in check functionsv8.2.3840rbtnn
2021-12-16patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar
2021-12-16patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9v8.2.3822Bram Moolenaar
2021-12-06patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan
2021-11-30patch 8.2.3702: first key in dict is seen as curly expression and failsv8.2.3702Bram Moolenaar
2021-09-14patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan
2021-09-13patch 8.2.3436: check for optional bool type has confusing return typev8.2.3436Bram Moolenaar
2021-08-15patch 8.2.3347: check for legacy script is incompletev8.2.3347Bram Moolenaar
2021-08-11patch 8.2.3329: v_lock not set when getting value of environment variablev8.2.3329Bram Moolenaar
2021-08-08patch 8.2.3318: Vim9: cannot ignore quotes in number at the command linev8.2.3318Bram Moolenaar
2021-08-08patch 8.2.3315: cannot use single quote in a float number for readabilityv8.2.3315Bram Moolenaar
2021-07-31patch 8.2.3258: error messages have the wrong textv8.2.3258Bram Moolenaar
2021-07-28patch 8.2.3232: system() does not work without a second argumentv8.2.3232Yegappan Lakshmanan
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan