summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1576: Vim9: index() does not take "true" as argumentv8.2.1576Bram Moolenaar2020-09-021-1/+1
* patch 8.2.1573: Vim9: getreg() does not take "true" as argumentv8.2.1573Bram Moolenaar2020-09-021-2/+2
* patch 8.2.1572: Vim9: expand() does not take "true" as argumentv8.2.1572Bram Moolenaar2020-09-021-2/+2
* patch 8.2.1569: Vim9: fixes not tested; failure in getchangelist()v8.2.1569Bram Moolenaar2020-09-021-6/+1
* patch 8.2.1544: cannot translate messages in a Vim scriptv8.2.1544Bram Moolenaar2020-08-301-0/+22
* patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536Bram Moolenaar2020-08-281-0/+1
* patch 8.2.1535: it is not possible to specify cell widths of charactersv8.2.1535Bram Moolenaar2020-08-281-0/+1
* patch 8.2.1533: Vim9: error when passing getreginfo() result to setreg()v8.2.1533Bram Moolenaar2020-08-281-1/+1
* patch 8.2.1517: cannot easily get the character under the cursorv8.2.1517Bram Moolenaar2020-08-231-5/+13
* patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar2020-08-201-2/+1
* patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar2020-08-181-1/+1
* patch 8.2.1447: Vim9: return type of keys() is list<any>v8.2.1447Bram Moolenaar2020-08-141-1/+1
* patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar2020-08-121-1/+1
* patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar2020-08-111-7/+1
* patch 8.2.1397: Vim9: return type of maparg() not adjusted for fourth argv8.2.1397Bram Moolenaar2020-08-081-1/+10
* patch 8.2.1380: Vim9: return type of getreg() is always a stringv8.2.1380Bram Moolenaar2020-08-061-1/+10
* patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar2020-07-231-2/+2
* patch 8.2.1265: crash with EXITFREE when split() failsv8.2.1265Bram Moolenaar2020-07-211-2/+3
* patch 8.2.1241: cannot use getbufinfo() as a methodv8.2.1241Bram Moolenaar2020-07-181-1/+1
* patch 8.2.1168: wrong method argument for appendbufline()v8.2.1168Bram Moolenaar2020-07-091-1/+1
* patch 8.2.1167: Vim9: builtin function method call only supports first argv8.2.1167Bram Moolenaar2020-07-091-5/+7
* patch 8.2.1144: Vim9: return type of reverse() is anyv8.2.1144Bram Moolenaar2020-07-051-1/+1
* patch 8.2.1143: Vim9: return type of remove() is anyv8.2.1143Bram Moolenaar2020-07-051-1/+12
* patch 8.2.1142: Vim9: return type of insert() is anyv8.2.1142Bram Moolenaar2020-07-051-1/+1
* patch 8.2.1141: Vim9: return type of filter() is anyv8.2.1141Bram Moolenaar2020-07-051-1/+1
* patch 8.2.1140: Vim9: return type of extend() is anyv8.2.1140Bram Moolenaar2020-07-051-1/+1
* patch 8.2.1138: Vim9: return type of copy() and deepcopy() is anyv8.2.1138Bram Moolenaar2020-07-051-2/+2
* patch 8.2.1136: Vim9: return type of argv() is always anyv8.2.1136Bram Moolenaar2020-07-051-1/+12
* patch 8.2.1133: Vim9: return type of add() is not specific enoughv8.2.1133Bram Moolenaar2020-07-051-1/+1
* patch 8.2.1132: Vim9: return type of repeat() is not specific enoughv8.2.1132Bram Moolenaar2020-07-051-2/+2
* patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar2020-07-011-1/+1
* patch 8.2.1096: Vim9: return type of getqflist() is wrongv8.2.1096Bram Moolenaar2020-06-301-2/+26
* patch 8.2.1082: Coverity complains about ignoring dict_add() return valuev8.2.1082Bram Moolenaar2020-06-291-4/+4
* patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar2020-06-241-1/+1
* patch 8.2.1035: setreg() does not always clear the registerv8.2.1035Bram Moolenaar2020-06-221-36/+61
* patch 8.2.1003: Vim9: return type of sort() is too genericv8.2.1003Bram Moolenaar2020-06-181-1/+9
* patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar2020-06-161-2/+2
* patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar2020-06-131-0/+1
* patch 8.2.0945: cannot use "z=" when 'spell' is offv8.2.0945Bram Moolenaar2020-06-101-2/+44
* patch 8.2.0935: flattening a list with existing code is slowv8.2.0935Bram Moolenaar2020-06-081-0/+1
* patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar2020-06-071-3/+3
* patch 8.2.0924: cannot save and restore a register properlyv8.2.0924Bram Moolenaar2020-06-071-4/+122
* patch 8.2.0918: duplicate code for evaluating expression argumentv8.2.0918Bram Moolenaar2020-06-071-23/+9
* patch 8.2.0915: search() cannot skip over matches like searchpair() canv8.2.0915Bram Moolenaar2020-06-061-6/+49
* patch 8.2.0893: assert_equalfile() does not take a third argumentv8.2.0893Bram Moolenaar2020-06-031-1/+1
* patch 8.2.0886: cannot use octal numbers in scriptversion 4v8.2.0886Bram Moolenaar2020-06-021-1/+1
* patch 8.2.0878: no reduce() functionv8.2.0878Bram Moolenaar2020-06-011-0/+1
* patch 8.2.0877: cannot get the search statisticsv8.2.0877Bram Moolenaar2020-06-011-0/+1
* patch 8.2.0875: getting attributes for directory entries is slowv8.2.0875Bram Moolenaar2020-06-011-0/+1
* patch 8.2.0871: cannot use getmarklist() as a methodv8.2.0871Bram Moolenaar2020-06-011-1/+1