summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2306: Vim9: when using function reference type is not checkedv8.2.2306Bram Moolenaar2021-01-061-1/+2
* patch 8.2.2289: Vim9: 'cpo' can become emptyv8.2.2289Bram Moolenaar2021-01-031-2/+8
* patch 8.2.2233: cannot convert a byte index into a character indexv8.2.2233Bram Moolenaar2020-12-281-0/+54
* patch 8.2.2184: Vim9: no error when using "2" for a line numberv8.2.2184Bram Moolenaar2020-12-211-0/+2
* patch 8.2.1996: Vim9: invalid error for argument of extend()v8.2.1996Bram Moolenaar2020-11-161-4/+4
* patch 8.2.1974: Vim9: test for has('gui_running') fails with VIMDLLv8.2.1974Bram Moolenaar2020-11-101-1/+1
* patch 8.2.1969: Vim9: map() may change the list or dict item typev8.2.1969Bram Moolenaar2020-11-091-2/+15
* patch 8.2.1968: Vim9: has() assumes a feature does not change dynamicallyv8.2.1968Bram Moolenaar2020-11-081-0/+67
* patch 8.2.1960: warning for uninitialized variablev8.2.1960Bram Moolenaar2020-11-051-1/+1
* patch 8.2.1931: Vim9: arguments of extend() not checked at compile timev8.2.1931Bram Moolenaar2020-10-311-3/+64
* patch 8.2.1884: compiler warning for uninitialized variablev8.2.1884Bram Moolenaar2020-10-221-0/+6
* patch 8.2.1879: Vim9: argument types of insert() not checked when compilingv8.2.1879Bram Moolenaar2020-10-211-6/+47
* patch 8.2.1877: test for function list failsv8.2.1877Bram Moolenaar2020-10-211-14/+14
* patch 8.2.1876: Vim9: argument types are not checked at compile timev8.2.1876Bram Moolenaar2020-10-211-507/+1075
* patch 8.2.1858: Vim9: filter functions return number instead of boolv8.2.1858Bram Moolenaar2020-10-171-2/+7
* patch 8.2.1771: synIDattr() cannot get the value of ctermulv8.2.1771Bram Moolenaar2020-09-291-1/+3
* patch 8.2.1769: popup filter interferes with using :normal to move the cursorv8.2.1769Bram Moolenaar2020-09-281-4/+4
* patch 8.2.1751: using 2 where bool is expected may throw an errorv8.2.1751Bram Moolenaar2020-09-261-2/+2
* patch 8.2.1747: result of expand() unexpectedly depends on 'completeslash'v8.2.1747Bram Moolenaar2020-09-261-0/+9
* patch 8.2.1741: pathshorten() only supports using one characterv8.2.1741Bram Moolenaar2020-09-251-1/+1
* patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729Bram Moolenaar2020-09-231-0/+6
* patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar2020-09-221-7/+18
* patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726Bram Moolenaar2020-09-221-1/+2
* patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar2020-09-161-6/+9
* patch 8.2.1665: cannot do fuzzy string matchingv8.2.1665Bram Moolenaar2020-09-111-0/+1
* patch 8.2.1631: test_fails() does not check the context of the line numberv8.2.1631Bram Moolenaar2020-09-061-1/+1
* patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_startv8.2.1627Bram Moolenaar2020-09-061-1/+1
* patch 8.2.1624: Vim9: cannot pass "true" to split(), str2nr() and strchars()v8.2.1624Bram Moolenaar2020-09-061-4/+4
* patch 8.2.1619: Vim9: cannot pass "true" to spellsuggest()v8.2.1619Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1616: Vim9: cannot pass "true" to synID()v8.2.1616Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1615: Vim9: cannot pass "true" to searchdecl()v8.2.1615Bram Moolenaar2020-09-051-4/+4
* patch 8.2.1611: Vim9: cannot pass "true" to nr2char()v8.2.1611Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list()v8.2.1610Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1606: Vim9: cannot use "true" with has()v8.2.1606Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1601: Vim9: cannot use 'true" with garbagecollect()v8.2.1601Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1600: Vim9: cannot use "true" with deepcopy()v8.2.1600Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1592: Vim9: passing "true" to char2nr() failsv8.2.1592Bram Moolenaar2020-09-041-1/+1
* patch 8.2.1588: cannot read back the prompt of a prompt bufferv8.2.1588Bram Moolenaar2020-09-041-0/+1
* patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" argv8.2.1577Bram Moolenaar2020-09-021-1/+1
* 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