Lines Matching refs:list
34 def RetListAny(): list<any>
38 def RetListString(): list<string>
42 def RetListDictAny(): list<dict<any>>
79 …CheckDefAndScriptFailure2(['add({}, 1)'], 'E1013: Argument 1: type mismatch, expected list<any> bu…
119 var l: list<number> # defaults to empty list
124 var l: list<number>
135 var l: list<number> = test_null_list()
140 # Getting variable with NULL list allocates a new list at script level
143 var l: list<number> = test_null_list()
150 var l: list<string> = ['a']
157 var l: list<string>
183 …d([1], "x")'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1220: S…
200 …1], 1, "x")'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1220: S…
201 …, [1], "x")'], 'E1013: Argument 2: type mismatch, expected string but got list<number>', 'E1220: S…
232 …f2", ["a"])'], 'E1013: Argument 3: type mismatch, expected string but got list<string>', 'E1174: S…
241 …t_fails([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
271 …ort([1, 2])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1174: S…
308 …ir("a", [])'], 'E1013: Argument 2: type mismatch, expected string but got list<unknown>', 'E1174: …
357 …'bufnr([1])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1220: S…
385 …te2line([])'], 'E1013: Argument 1: type mismatch, expected number but got list<unknown>', 'E1210: …
405 …lure2(['call("reverse", 2)'], 'E1013: Argument 2: type mismatch, expected list<any> but got number…
406 …2], [1])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
438 …, 1, [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
448 … "", [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
479 …_info([1])'], 'E1013: Argument 1: type mismatch, expected channel but got list<number>', 'E1217: C…
510 …a", [1])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
520 …l(), [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
529 …l(), [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
538 …l(), [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
547 …, 1, [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
557 … "", [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
566 …l(), [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
575 …l(), [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
623 …cindent([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
653 …CheckDefAndScriptFailure2(['complete(1, {})'], 'E1013: Argument 2: type mismatch, expected list<an…
657 …ete_add([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1223: …
661 …CheckDefAndScriptFailure2(['complete_info("")'], 'E1013: Argument 1: type mismatch, expected list<…
662 …CheckDefAndScriptFailure2(['complete_info({})'], 'E1013: Argument 1: type mismatch, expected list<…
757 …line([], 2)'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
758 …ne("a", [])'], 'E1013: Argument 2: type mismatch, expected string but got list<unknown>', 'E1220: …
768 …_filler([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
798 … Argument 1: type mismatch, expected list<string> but got string', 'E1216: digraph_setlist() argum…
799 …ument 1: type mismatch, expected list<string> but got dict<unknown>', 'E1216: digraph_setlist() ar…
804 …oraw(["x"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
838 …['execute([123])'], 'E1013: Argument 1: type mismatch, expected list<string> but got list<number>')
942 var res: list<dict<any>>
948 …CheckDefAndScriptFailure2(['extend("a", 1)'], 'E1013: Argument 1: type mismatch, expected list<any…
949 …CheckDefAndScriptFailure2(['extend([1, 2], 3)'], 'E1013: Argument 2: type mismatch, expected list<…
950 …type mismatch, expected list<number> but got list<string>', 'E1013: Argument 2: type mismatch, exp…
957 …tend([1], ["b"])'], 'E1013: Argument 2: type mismatch, expected list<number> but got list<string>')
958 …tend([1], ["b", 1])'], 'E1013: Argument 2: type mismatch, expected list<number> but got list<any>')
960 …d([1], ["b", 1])'], 'E1013: Argument 2: type mismatch, expected list<number> but got list<any> in …
1000 var l: list<number> = [1]
1006 var l: list<number> = [1]
1009 …criptFailure(lines, 'E1013: Argument 2: type mismatch, expected list<number> but got list<string>'…
1012 var l: list<number> = [1]
1019 var l: list<bool>
1022 …ScriptFailure(lines, 'E1013: Argument 2: type mismatch, expected list<bool> but got list<number>',…
1059 …[42])'], 'E1013: Argument 2: type mismatch, expected dict<number> but got list<number>', 'E712: Ar…
1060 …2(['extendnew([1, 2], "x")'], 'E1013: Argument 2: type mismatch, expected list<number> but got str…
1061 …'extendnew([1, 2], {x: 1})'], 'E1013: Argument 2: type mismatch, expected list<number> but got dic…
1067 …eys([], {})'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1174: …
1094 var l: list<string> = finddir('nothing', '*;', -1)
1102 …ir("a", [])'], 'E1013: Argument 2: type mismatch, expected string but got list<unknown>', 'E1174: …
1110 var l: list<string> = findfile('nothing', '*;', -1)
1117 …le("a", [])'], 'E1013: Argument 2: type mismatch, expected string but got list<unknown>', 'E1174: …
1138 var ll: list<list<string>> = [['a', 'b', 'c']]
1143 …CheckDefAndScriptFailure2(['flattennew({})'], 'E1013: Argument 1: type mismatch, expected list<any…
1222 def Wrong_dict_key_type(items: list<number>): list<number>
1227 …CheckDefAndScriptFailure2(['filter(1.1, "1")'], 'E1013: Argument 1: type mismatch, expected list<a…
1305 …e2(['funcref("reverse", 2)'], 'E1013: Argument 2: type mismatch, expected list<any> but got number…
1306 …2], [1])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
1310 …2(['function("reverse", 2)'], 'E1013: Argument 2: type mismatch, expected list<any> but got number…
1311 …2], [1])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
1321 …CheckDefAndScriptFailure2(['get("a", 1)'], 'E1013: Argument 1: type mismatch, expected list<any> b…
1368 …line([], 2)'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
1369 …ne("a", [])'], 'E1013: Argument 2: type mismatch, expected string but got list<unknown>', 'E1220: …
1513 …t(1, [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
1525 …arklist([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
1542 …list([])'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
1569 var s3: list<string> = getreg('"', 1, 1)
1655 …'has(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
1667 …2], "k")'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
1668 …10}, ["a"])'], 'E1013: Argument 2: type mismatch, expected string but got list<string>', 'E1220: S…
1719 …lexists([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1174: …
1725 …['hlget([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1174: …
1730 …CheckDefAndScriptFailure2(['hlset("id")'], 'E1013: Argument 1: type mismatch, expected list<any> b…
1743 …indent([1])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1220: S…
1751 …CheckDefAndScriptFailure2(['index("a", "a")'], 'E1013: Argument 1: type mismatch, expected list<an…
1760 …nput(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
1767 …alog(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
1773 …CheckDefAndScriptFailure2(['inputlist(10)'], 'E1013: Argument 1: type mismatch, expected list<stri…
1774 …CheckDefAndScriptFailure2(['inputlist("abc")'], 'E1013: Argument 1: type mismatch, expected list<s…
1775 …tlist([1, 2, 3])'], 'E1013: Argument 1: type mismatch, expected list<string> but got list<number>')
1824 …CheckDefAndScriptFailure2(['insert("a", 1)'], 'E1013: Argument 1: type mismatch, expected list<any…
1851 …lure(['[]->items()'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<unknown>')
1880 assert_equal('list<job>', typename(jobs))
1891 …b(), [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
1915 …CheckDefAndScriptFailure2(['join("abc")'], 'E1013: Argument 1: type mismatch, expected list<any> b…
1933 …keys([])'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
1939 const var: list<string> = {a: 1, b: 2}->keys()
1944 …CheckDefAndScriptFailure2(['len(true)'], 'E1013: Argument 1: type mismatch, expected list<any> but…
1987 …CheckDefAndScriptFailure2(['list2blob(10)'], 'E1013: Argument 1: type mismatch, expected list<numb…
1988 …blob([0z10, 0z02])'], 'E1013: Argument 1: type mismatch, expected list<number> but got list<blob>')
1999 …ure2(['list2str(".", true)'], 'E1013: Argument 1: type mismatch, expected list<number> but got str…
2014 …_flush([1])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1220: S…
2032 …CheckDefAndScriptFailure2(['map("x", "1")'], 'E1013: Argument 1: type mismatch, expected list<any>…
2033 …CheckDefAndScriptFailure2(['map(1, "1")'], 'E1013: Argument 1: type mismatch, expected list<any> b…
2087 var l: list<number> = [0]
2090 …CheckDefExecAndScriptFailure(lines, 'E1012: Type mismatch; expected number but got list<unknown> i…
2093 var l: list<number> = range(2)
2096 …CheckDefExecAndScriptFailure(lines, 'E1012: Type mismatch; expected number but got list<unknown> i…
2102 …CheckDefExecAndScriptFailure(lines, 'E1012: Type mismatch; expected number but got list<unknown> i…
2149 …CheckDefAndScriptFailure2(['mapnew("x", "1")'], 'E1013: Argument 1: type mismatch, expected list<a…
2150 …CheckDefAndScriptFailure2(['mapnew(1, "1")'], 'E1013: Argument 1: type mismatch, expected list<any…
2156 …lse, [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2161 …["s"], [2])'], 'E1013: Argument 2: type mismatch, expected string but got list<number>', 'E1174: S…
2182 …, 1, [])'], 'E1013: Argument 5: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2189 …e2(['matchaddpos("a", "b")'], 'E1013: Argument 2: type mismatch, expected list<any> but got string…
2192 …, 1, [])'], 'E1013: Argument 5: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2208 …["s"], [2])'], 'E1013: Argument 2: type mismatch, expected string but got list<number>', 'E1174: S…
2225 …ure2(['matchfuzzy({}, "p")'], 'E1013: Argument 1: type mismatch, expected list<any> but got dict<u…
2227 …"a", [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2232 …2(['matchfuzzypos({}, "p")'], 'E1013: Argument 1: type mismatch, expected list<any> but got dict<u…
2234 …"a", [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2240 …["s"], [2])'], 'E1013: Argument 2: type mismatch, expected string but got list<number>', 'E1174: S…
2243 var l: list<string> = ['12', '', '', '', '', '', '', '', '', '']
2261 …["s"], [2])'], 'E1013: Argument 2: type mismatch, expected string but got list<number>', 'E1174: S…
2279 …["s"], [2])'], 'E1013: Argument 2: type mismatch, expected string but got list<number>', 'E1174: S…
2299 var l1: list<number> = g:flag
2305 var l2: list<number> = g:flag
2309 …CheckDefAndScriptFailure2(['max(5)'], 'E1013: Argument 1: type mismatch, expected list<any> but go…
2321 var l1: list<number> = g:flag
2327 var l2: list<number> = g:flag
2331 …CheckDefAndScriptFailure2(['min(5)'], 'E1013: Argument 1: type mismatch, expected list<any> but go…
2335 …kdir(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
2351 …eval(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
2381 …eval(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
2386 … [1, 2])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
2397 … [1, 2])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
2401 …_clear(["a"])'], 'E1013: Argument 1: type mismatch, expected bool but got list<string>', 'E1212: B…
2419 … [1, 2])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
2457 … [1, 2])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
2462 …e(1, [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2467 … [1, 2])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
2472 …s(1, [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2492 …printf([1])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1220: S…
2501 …tprompt([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
2526 …pt([], "p")'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
2527 …ompt(1, [])'], 'E1013: Argument 2: type mismatch, expected string but got list<unknown>', 'E1174: …
2534 …, 2, [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2538 …([], [])'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2539 …e2(['prop_add_list({}, {})'], 'E1013: Argument 2: type mismatch, expected list<any> but got dict<u…
2545 …, 2, [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2549 …([1, 2])'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
2550 …2], "k")'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
2551 …10}, ["a"])'], 'E1013: Argument 2: type mismatch, expected string but got list<string>', 'E1174: S…
2557 …t(1, [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2561 …move([])'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
2593 …t(["a"])'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<string>', 'E1206: D…
2601 …y3eval([2])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1174: S…
2608 …pyeval([2])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1174: S…
2615 …yxeval([2])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1174: S…
2619 …CheckDefAndScriptFailure2(['rand(10)'], 'E1013: Argument 1: type mismatch, expected list<number> b…
2620 …re(['rand(["a"])'], 'E1013: Argument 1: type mismatch, expected list<number> but got list<string>')
2634 …ddir(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
2635 …1", [3])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
2643 …irex(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
2644 …1", [3])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
2658 var read: list<string> = readblob('Xreadblob')
2660 CheckDefAndScriptFailure(lines, 'E1012: Type mismatch; expected list<string> but got blob', 1)
2668 var read: list<string> = readfile('Xreadfile')
2674 …CheckDefAndScriptFailure(lines, 'E1012: Type mismatch; expected dict<string> but got list<string>'…
2683 …re2(['reduce({a: 10}, "1")'], 'E1013: Argument 1: type mismatch, expected list<any> but got dict<n…
2694 …CheckDefAndScriptFailure2(['reltime("x")'], 'E1013: Argument 1: type mismatch, expected list<numbe…
2695 …time(["x", "y"])'], 'E1013: Argument 1: type mismatch, expected list<number> but got list<string>')
2696 …ure2(['reltime([1, 2], 10)'], 'E1013: Argument 2: type mismatch, expected list<number> but got num…
2697 … 2], ["a", "b"])'], 'E1013: Argument 2: type mismatch, expected list<number> but got list<string>')
2698 var start: list<any> = reltime()
2700 var end: list<any> = reltime()
2709 …CheckDefAndScriptFailure2(['reltimefloat("x")'], 'E1013: Argument 1: type mismatch, expected list<…
2710 …ltimefloat([1.1])'], 'E1013: Argument 1: type mismatch, expected list<number> but got list<float>')
2719 …CheckDefAndScriptFailure2(['reltimestr(true)'], 'E1013: Argument 1: type mismatch, expected list<n…
2720 …reltimestr([true])'], 'E1013: Argument 1: type mismatch, expected list<number> but got list<bool>')
2749 …b6c7", [1])'], 'E1013: Argument 2: type mismatch, expected string but got list<number>', 'E1174: S…
2777 var l: list<number> = [1, 2, 3, 4]
2783 …CheckDefAndScriptFailure2(['remove("a", 1)'], 'E1013: Argument 1: type mismatch, expected list<any…
2837 …resolve([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1174: …
2843 …CheckDefAndScriptFailure2(['reverse(10)'], 'E1013: Argument 1: type mismatch, expected list<any> b…
2844 …CheckDefAndScriptFailure2(['reverse("abc")'], 'E1013: Argument 1: type mismatch, expected list<any…
2860 …byeval([2])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1174: S…
2937 …unt([1])'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
3090 settabwinvar(1, 1, '&list', false)
3091 &list->assert_equal(false)
3092 settabwinvar(1, 1, '&list', true)
3093 &list->assert_equal(true)
3094 setlocal list&
3113 …1], 1, "x")'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1220: S…
3114 …, [1], "x")'], 'E1013: Argument 2: type mismatch, expected string but got list<number>', 'E1220: S…
3123 …CheckDefAndScriptFailure2(['setcellwidths(1)'], 'E1013: Argument 1: type mismatch, expected list<a…
3124 …['setcellwidths({"a": 10})'], 'E1013: Argument 1: type mismatch, expected list<any> but got dict<n…
3129 …rpos(".", ["a"])'], 'E1013: Argument 2: type mismatch, expected list<number> but got list<string>')
3130 …lure2(['setcharpos(".", 1)'], 'E1013: Argument 2: type mismatch, expected list<number> but got num…
3136 …arch([])'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
3177 …e([1], "x")'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1220: S…
3188 …CheckDefAndScriptFailure2(['setloclist(1, 2)'], 'E1013: Argument 2: type mismatch, expected list<a…
3190 …"a", [])'], 'E1013: Argument 4: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
3194 …CheckDefAndScriptFailure2(['setmatches({})'], 'E1013: Argument 1: type mismatch, expected list<any…
3200 …tpos(".", ["a"])'], 'E1013: Argument 2: type mismatch, expected list<number> but got list<string>')
3201 …CheckDefAndScriptFailure2(['setpos(".", 1)'], 'E1013: Argument 2: type mismatch, expected list<num…
3206 …CheckDefAndScriptFailure2(['setqflist(1, "")'], 'E1013: Argument 1: type mismatch, expected list<a…
3208 … "", [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
3238 …(1, [1])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
3263 …, ["b"])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<string>', 'E1206: D…
3267 …ined(["x"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
3273 …aced(["x"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1220: S…
3274 …, ["a"])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<string>', 'E1206: D…
3291 …d", [1])'], 'E1013: Argument 5: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
3297 …ure2(['sign_placelist("x")'], 'E1013: Argument 1: type mismatch, expected list<any> but got string…
3298 …'sign_placelist({"a": 10})'], 'E1013: Argument 1: type mismatch, expected list<any> but got dict<n…
3305 …gn_undefine([1])'], 'E1013: Argument 1: type mismatch, expected list<string> but got list<number>'…
3311 …, ["b"])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<string>', 'E1206: D…
3315 …e2(['sign_unplacelist("x")'], 'E1013: Argument 1: type mismatch, expected list<any> but got string…
3316 …ign_unplacelist({"a": 10})'], 'E1013: Argument 1: type mismatch, expected list<any> but got dict<n…
3346 …ure2(['slice({"a": 10}, 1)'], 'E1013: Argument 1: type mismatch, expected list<any> but got dict<n…
3385 var res: list<number>
3402 …CheckDefAndScriptFailure2(['sort("a")'], 'E1013: Argument 1: type mismatch, expected list<any> but…
3403 …"", [1])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
3462 …harlen([1])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1220: S…
3507 …x([1], "b")'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1174: S…
3516 …'strlen([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
3540 …x([1], "b")'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1174: S…
3591 …wapname([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
3667 …aglist([1])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1174: S…
3668 …t("a", [2])'], 'E1013: Argument 2: type mismatch, expected string but got list<number>', 'E1174: S…
3677 …, ["b"])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<string>', 'E1206: D…
3685 …b", [1])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
3693 …b", [1])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
3704 …lors(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1220: S…
3757 …gettty([1])'], 'E1013: Argument 1: type mismatch, expected string but got list<number>', 'E1220: S…
3769 …ys([], "p")'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
3770 …keys(1, [])'], 'E1013: Argument 2: type mismatch, expected string but got list<unknown>', 'E1174: …
3777 …rs([], "p")'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
3778 …term_setansicolors(10, {})'], 'E1013: Argument 2: type mismatch, expected list<any> but got dict<u…
3786 …pi([], "p")'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
3787 …tapi(1, [])'], 'E1013: Argument 2: type mismatch, expected string but got list<unknown>', 'E1174: …
3792 …ll([], "p")'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
3793 …kill(1, [])'], 'E1013: Argument 2: type mismatch, expected string but got list<unknown>', 'E1174: …
3798 …re([], "p")'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1220: …
3799 …tore(1, [])'], 'E1013: Argument 2: type mismatch, expected string but got list<unknown>', 'E1174: …
3820 …([], [])'], 'E1013: Argument 2: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
3839 …nput(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
3848 …i_drop_files("a", 1, 1, 0)'], 'E1013: Argument 1: type mismatch, expected list<string> but got str…
3864 …e_error([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1174: …
3869 …not_set([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1174: …
3890 …ettime([1])'], 'E1013: Argument 1: type mismatch, expected number but got list<number>', 'E1210: N…
3894 …d_seed([1])'], 'E1013: Argument 1: type mismatch, expected number but got list<number>', 'E1210: N…
3919 …1", [1])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
3948 …trim(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E1174: S…
3949 …"a", ["b"])'], 'E1013: Argument 2: type mismatch, expected string but got list<string>', 'E1174: S…
3960 assert_equal('list<unknown>', test_null_list()->typename())
3977 …CheckDefAndScriptFailure2(['uniq("a")'], 'E1013: Argument 1: type mismatch, expected list<any> but…
3978 …"", [1])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<number>', 'E1206: D…
3982 …lues([])'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
4053 …, 2, [])'], 'E1013: Argument 3: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
4069 …['winnr([])'], 'E1013: Argument 1: type mismatch, expected string but got list<unknown>', 'E1174: …
4085 …view([])'], 'E1013: Argument 1: type mismatch, expected dict<any> but got list<unknown>', 'E1206: …
4096 var view: list<number> = winsaveview()
4098 …CheckDefAndScriptFailure(lines, 'E1012: Type mismatch; expected list<number> but got dict<number>'…