summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2020-09-16patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar
2020-09-11patch 8.2.1665: cannot do fuzzy string matchingv8.2.1665Bram Moolenaar
2020-09-06patch 8.2.1631: test_fails() does not check the context of the line numberv8.2.1631Bram Moolenaar
2020-09-06patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_startv8.2.1627Bram Moolenaar
2020-09-06patch 8.2.1624: Vim9: cannot pass "true" to split(), str2nr() and strchars()v8.2.1624Bram Moolenaar
2020-09-05patch 8.2.1619: Vim9: cannot pass "true" to spellsuggest()v8.2.1619Bram Moolenaar
2020-09-05patch 8.2.1616: Vim9: cannot pass "true" to synID()v8.2.1616Bram Moolenaar
2020-09-05patch 8.2.1615: Vim9: cannot pass "true" to searchdecl()v8.2.1615Bram Moolenaar
2020-09-05patch 8.2.1611: Vim9: cannot pass "true" to nr2char()v8.2.1611Bram Moolenaar
2020-09-05patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list()v8.2.1610Bram Moolenaar
2020-09-05patch 8.2.1606: Vim9: cannot use "true" with has()v8.2.1606Bram Moolenaar
2020-09-05patch 8.2.1601: Vim9: cannot use 'true" with garbagecollect()v8.2.1601Bram Moolenaar
2020-09-05patch 8.2.1600: Vim9: cannot use "true" with deepcopy()v8.2.1600Bram Moolenaar
2020-09-04patch 8.2.1592: Vim9: passing "true" to char2nr() failsv8.2.1592Bram Moolenaar
2020-09-04patch 8.2.1588: cannot read back the prompt of a prompt bufferv8.2.1588Bram Moolenaar
2020-09-02patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" argv8.2.1577Bram Moolenaar
2020-09-02patch 8.2.1576: Vim9: index() does not take "true" as argumentv8.2.1576Bram Moolenaar
2020-09-02patch 8.2.1573: Vim9: getreg() does not take "true" as argumentv8.2.1573Bram Moolenaar
2020-09-02patch 8.2.1572: Vim9: expand() does not take "true" as argumentv8.2.1572Bram Moolenaar
2020-09-02patch 8.2.1569: Vim9: fixes not tested; failure in getchangelist()v8.2.1569Bram Moolenaar
2020-08-30patch 8.2.1544: cannot translate messages in a Vim scriptv8.2.1544Bram Moolenaar
2020-08-28patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536Bram Moolenaar
2020-08-28patch 8.2.1535: it is not possible to specify cell widths of charactersv8.2.1535Bram Moolenaar
2020-08-28patch 8.2.1533: Vim9: error when passing getreginfo() result to setreg()v8.2.1533Bram Moolenaar
2020-08-23patch 8.2.1517: cannot easily get the character under the cursorv8.2.1517Bram Moolenaar
2020-08-20patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar
2020-08-18patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar
2020-08-14patch 8.2.1447: Vim9: return type of keys() is list<any>v8.2.1447Bram Moolenaar
2020-08-12patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar
2020-08-11patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar
2020-08-08patch 8.2.1397: Vim9: return type of maparg() not adjusted for fourth argv8.2.1397Bram Moolenaar
2020-08-06patch 8.2.1380: Vim9: return type of getreg() is always a stringv8.2.1380Bram Moolenaar
2020-07-23patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar
2020-07-21patch 8.2.1265: crash with EXITFREE when split() failsv8.2.1265Bram Moolenaar
2020-07-18patch 8.2.1241: cannot use getbufinfo() as a methodv8.2.1241Bram Moolenaar
2020-07-09patch 8.2.1168: wrong method argument for appendbufline()v8.2.1168Bram Moolenaar
2020-07-09patch 8.2.1167: Vim9: builtin function method call only supports first argv8.2.1167Bram Moolenaar
2020-07-05patch 8.2.1144: Vim9: return type of reverse() is anyv8.2.1144Bram Moolenaar
2020-07-05patch 8.2.1143: Vim9: return type of remove() is anyv8.2.1143Bram Moolenaar
2020-07-05patch 8.2.1142: Vim9: return type of insert() is anyv8.2.1142Bram Moolenaar
2020-07-05patch 8.2.1141: Vim9: return type of filter() is anyv8.2.1141Bram Moolenaar
2020-07-05patch 8.2.1140: Vim9: return type of extend() is anyv8.2.1140Bram Moolenaar
2020-07-05patch 8.2.1138: Vim9: return type of copy() and deepcopy() is anyv8.2.1138Bram Moolenaar
2020-07-05patch 8.2.1136: Vim9: return type of argv() is always anyv8.2.1136Bram Moolenaar
2020-07-05patch 8.2.1133: Vim9: return type of add() is not specific enoughv8.2.1133Bram Moolenaar
2020-07-05patch 8.2.1132: Vim9: return type of repeat() is not specific enoughv8.2.1132Bram Moolenaar
2020-07-01patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar
2020-06-30patch 8.2.1096: Vim9: return type of getqflist() is wrongv8.2.1096Bram Moolenaar
2020-06-29patch 8.2.1082: Coverity complains about ignoring dict_add() return valuev8.2.1082Bram Moolenaar
2020-06-24patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar