summaryrefslogtreecommitdiffstats
path: root/src/typval.c
AgeCommit message (Expand)Author
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
2021-07-25patch 8.2.3221: Vim9: argument types are not checked at compile timev8.2.3221Yegappan Lakshmanan
2021-07-24patch 8.2.3211: Vim9: argument types are not checked at compile timev8.2.3211Yegappan Lakshmanan
2021-07-23patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan
2021-07-21patch 8.2.3194: Vim9: argument types are not checked at compile timev8.2.3194Yegappan Lakshmanan
2021-07-20patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan
2021-07-18patch 8.2.3176: Vim9: no type error for comparing number with stringv8.2.3176Bram Moolenaar
2021-07-17patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan
2021-07-15patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan
2021-07-10patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-15patch 8.2.3007: Vim9: test for void value failsv8.2.3007Bram Moolenaar
2021-06-15patch 8.2.3005: Vim9: using a void value does not give a proper error messagev8.2.3005Bram Moolenaar
2021-06-06patch 8.2.2948: substitute() accepts a number but not a float expressionv8.2.2948Bram Moolenaar
2021-06-05patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar
2021-05-09patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar
2021-05-07patch 8.2.2844: Vim9: memory leak when using searchpair()v8.2.2844Bram Moolenaar
2021-05-07patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar
2021-04-10patch 8.2.2752v8.2.2752Bram Moolenaar
2021-03-28patch 8.2.2671: error for line number in legacy scriptv8.2.2671Bram Moolenaar
2021-03-28patch 8.2.2670: Vim9: error for append(0, text)v8.2.2670Bram Moolenaar
2021-03-27patch 8.2.2664: Vim9: not enough function arguments checked for stringv8.2.2664Bram Moolenaar
2021-03-22patch 8.2.2646: Vim9: error for not using string doesn't mentionargumentv8.2.2646Bram Moolenaar
2021-02-10patch 8.2.2497: no error when using more than one character for a registerv8.2.2497Bram Moolenaar
2021-01-31patch 8.2.2435: setline() gives an error for some typesv8.2.2435Bram Moolenaar
2021-01-30patch 8.2.2434: Vim9: no error when compiling str2nr() with a numberv8.2.2434Bram Moolenaar
2021-01-10patch 8.2.2324: not easy to get mark en cursor posotion by character countv8.2.2324Bram Moolenaar
2021-01-09patch 8.2.2320: Vim9: no error for comparing bool with stringv8.2.2320Bram Moolenaar
2021-01-09patch 8.2.2319: "exptype_T" can be read as "expected type"v8.2.2319Bram Moolenaar
2021-01-05patch 8.2.2302: Vim9: using an option value may use uninitialized memoryv8.2.2302Bram Moolenaar
2020-12-31patch 8.2.2254: Vim9: bool option type is numberv8.2.2254Bram Moolenaar