summaryrefslogtreecommitdiffstats
path: root/src/typval.c
AgeCommit message (Expand)Author
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
2020-12-21patch 8.2.2184: Vim9: no error when using "2" for a line numberv8.2.2184Bram Moolenaar
2020-12-12patch 8.2.2133: Vim9: checking for a non-empty string is too strictv8.2.2133Bram Moolenaar
2020-12-09patch 8.2.2117: some functions use any value as a stringv8.2.2117Bram Moolenaar
2020-11-18patch 8.2.2012: Vim9: confusing error message when using bool wronglyv8.2.2012Bram Moolenaar
2020-11-12patch 8.2.1977: Vim9: error for using a string in a condition is confusingv8.2.1977Bram Moolenaar
2020-09-26patch 8.2.1751: using 2 where bool is expected may throw an errorv8.2.1751Bram Moolenaar
2020-09-16patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar
2020-09-02patch 8.2.1571: Vim9: count() third argument cannot be "true"v8.2.1571Bram Moolenaar
2020-09-01patch 8.2.1562: Vim9: error when using "%" where a buffer is expectedv8.2.1562Bram Moolenaar
2020-08-22patch 8.2.1506: Vim9: no error when using a number other than 0 or 1 as boolv8.2.1506Bram Moolenaar
2020-08-18patch 8.2.1480: Vim9: skip expression in search() gives errorv8.2.1480Bram Moolenaar
2020-08-17patch 8.2.1475: Vim9: can't use v:true for option flagsv8.2.1475Bram Moolenaar
2020-08-16patch 8.2.1465: Vim9: subscript not handled properlyv8.2.1465Bram Moolenaar
2020-07-21patch 8.2.1263: Vim9: comperators use 'ignorecase' in Vim9 scriptv8.2.1263Bram Moolenaar
2020-07-01patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar
2020-06-19patch 8.2.1014: using "name" for a string result is confusingv8.2.1014Bram Moolenaar
2020-05-31patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867Bram Moolenaar
2020-05-30patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar
2020-05-30patch 8.2.0847: typval related code is spread outv8.2.0847Bram Moolenaar