summaryrefslogtreecommitdiff
path: root/src/testdir/test_listdict.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0615: using reduce() on a list from range() is a bit slowv9.0.0615Bram Moolenaar2022-09-281-0/+7
* patch 9.0.0548: reduce() with a compiled lambda could be fasterv9.0.0548Bram Moolenaar2022-09-221-1/+1
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-20/+14
* patch 9.0.0409: #{g:x} was seen as a curly-braces expressionv9.0.0409ii142022-09-071-0/+4
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-021-6/+6
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-301-1/+1
* patch 9.0.0331: cannot use items() on a stringv9.0.0331Bram Moolenaar2022-08-301-1/+10
* patch 9.0.0327: items() does not work on a listv9.0.0327Bram Moolenaar2022-08-301-0/+11
* patch 9.0.0204: indexof() may leak memoryv9.0.0204Yegappan Lakshmanan2022-08-141-0/+6
* patch 9.0.0196: finding value in list may require a for loopv9.0.0196Yegappan Lakshmanan2022-08-131-0/+45
* patch 8.2.4809: various things no6 properly testedv8.2.4809Yegappan Lakshmanan2022-04-231-2/+3
* patch 8.2.4600: Vim9: not enough test coverage for executing :def functionv8.2.4600Bram Moolenaar2022-03-201-2/+5
* patch 8.2.4455: accepting one and zero for second sort() argument is strangev8.2.4455Bram Moolenaar2022-02-231-1/+11
* patch 8.2.4451: sort() fails when ignoring casev8.2.4451Bram Moolenaar2022-02-221-5/+1
* patch 8.2.4450: list sort test failsv8.2.4450Bram Moolenaar2022-02-221-1/+5
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-79/+79
* patch 8.2.3908: cannot use a script-local function for 'foldtext'v8.2.3908Yegappan Lakshmanan2021-12-261-0/+1
* patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan2021-12-221-0/+26
* patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar2021-12-191-1/+1
* patch 8.2.3853: Vim9: not enough testsv8.2.3853Bram Moolenaar2021-12-191-17/+15
* patch 8.2.3852: Vim9: not enough testsv8.2.3852Bram Moolenaar2021-12-191-3/+10
* patch 8.2.3849: functions implementing reduce and map are too longv8.2.3849Yegappan Lakshmanan2021-12-191-0/+3
* patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn2021-12-181-4/+25
* patch 8.2.3842: Vim9: can change locked list and list itemsv8.2.3842Bram Moolenaar2021-12-171-0/+12
* patch 8.2.3841: Vim9: outdated TODO items, disabled tests that workv8.2.3841Bram Moolenaar2021-12-171-8/+13
* patch 8.2.3702: first key in dict is seen as curly expression and failsv8.2.3702Bram Moolenaar2021-11-301-0/+3
* patch 8.2.3695: confusing error for missing keyv8.2.3695Bram Moolenaar2021-11-291-0/+19
* patch 8.2.3338: Vim9: no type check when assigning a list rangev8.2.3338Bram Moolenaar2021-08-131-0/+6
* patch 8.2.3336: behavior of negative index in list change changedv8.2.3336Bram Moolenaar2021-08-121-0/+17
* patch 8.2.3335: Vim9: not enough tests run with Vim9v8.2.3335Bram Moolenaar2021-08-121-164/+203
* patch 8.2.3334: Vim9: not enough tests run with Vim9v8.2.3334Bram Moolenaar2021-08-121-96/+131
* patch 8.2.3333: Vim9: not enough tests run with Vim9v8.2.3333Bram Moolenaar2021-08-121-0/+13
* patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar2021-08-111-5/+8
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-1/+1
* patch 8.2.3202: Vim9: tests are only executed for legacy scriptv8.2.3202Bram Moolenaar2021-07-221-38/+116
* patch 8.2.3191: Vim9: not enough code is testedv8.2.3191Bram Moolenaar2021-07-201-84/+121
* patch 8.2.3055: strange error for assigning to "x.key" on non-dictionaryv8.2.3055Bram Moolenaar2021-06-261-0/+3
* patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar2021-06-061-3/+3
* patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan2021-05-251-0/+5
* patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle2021-05-131-0/+1
* patch 8.2.2738: extending a list with itself can give wrong resultv8.2.2738Bram Moolenaar2021-04-081-0/+14
* patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar2021-01-121-0/+12
* patch 8.2.1951: test for list and dict failsv8.2.1951Bram Moolenaar2020-11-041-14/+27
* patch 8.2.1945: crash when passing NULL function to reduce()v8.2.1945Bram Moolenaar2020-11-031-0/+3
* patch 8.2.1925: list/dict test failsv8.2.1925Bram Moolenaar2020-10-301-2/+2
* patch 8.2.1822: list test doesn't failv8.2.1822Bram Moolenaar2020-10-101-2/+4
* patch 8.2.1803: a few failures are not testedv8.2.1803Bram Moolenaar2020-10-051-0/+2
* patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar2020-09-231-0/+1
* patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar2020-09-161-5/+8
* patch 8.2.1600: Vim9: cannot use "true" with deepcopy()v8.2.1600Bram Moolenaar2020-09-051-1/+1