summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2021-01-31patch 8.2.2443: Vim9: no compile time error for wrong str2float argumentv8.2.2443Bram Moolenaar
2021-01-30patch 8.2.2434: Vim9: no error when compiling str2nr() with a numberv8.2.2434Bram Moolenaar
2021-01-26patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar
2021-01-22patch 8.2.2394: Vim9: min() and max() return type is "any"v8.2.2394Bram Moolenaar
2021-01-17patch 8.2.2369: Vim9: functions return true/false but can't be used as boolv8.2.2369Bram Moolenaar
2021-01-17patch 8.2.2367: test failures on some less often used systemsv8.2.2367Bram Moolenaar
2021-01-16patch 8.2.2363: curpos() does not accept a string argument as beforev8.2.2363Bram Moolenaar
2021-01-16patch 8.2.2362: Vim9: check of builtin function argument type is incompletev8.2.2362Bram Moolenaar
2021-01-13patch 8.2.2344: using inclusive index for slice is not always desiredv8.2.2344Bram Moolenaar
2021-01-13patch 8.2.2343: Vim9: return type of readfile() is anyv8.2.2343Bram Moolenaar
2021-01-13patch 8.2.2342: "char" functions may return wrong column in Insert modev8.2.2342Bram Moolenaar
2021-01-13patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar
2021-01-12patch 8.2.2339: cannot get the type of a value as a stringv8.2.2339Bram Moolenaar
2021-01-12patch 8.2.2338: Vim9: no error if using job_info() result wronglyv8.2.2338Bram Moolenaar
2021-01-12patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar
2021-01-10patch 8.2.2325: Vim9: crash if map() changes the item typev8.2.2325Bram Moolenaar
2021-01-10patch 8.2.2324: not easy to get mark en cursor posotion by character countv8.2.2324Bram Moolenaar
2021-01-07patch 8.2.2310: Vim9: winsaveview() return type is too genericv8.2.2310Bram Moolenaar
2021-01-06patch 8.2.2306: Vim9: when using function reference type is not checkedv8.2.2306Bram Moolenaar
2021-01-03patch 8.2.2289: Vim9: 'cpo' can become emptyv8.2.2289Bram Moolenaar
2020-12-28patch 8.2.2233: cannot convert a byte index into a character indexv8.2.2233Bram Moolenaar
2020-12-21patch 8.2.2184: Vim9: no error when using "2" for a line numberv8.2.2184Bram Moolenaar
2020-11-16patch 8.2.1996: Vim9: invalid error for argument of extend()v8.2.1996Bram Moolenaar
2020-11-10patch 8.2.1974: Vim9: test for has('gui_running') fails with VIMDLLv8.2.1974Bram Moolenaar
2020-11-09patch 8.2.1969: Vim9: map() may change the list or dict item typev8.2.1969Bram Moolenaar
2020-11-08patch 8.2.1968: Vim9: has() assumes a feature does not change dynamicallyv8.2.1968Bram Moolenaar
2020-11-05patch 8.2.1960: warning for uninitialized variablev8.2.1960Bram Moolenaar
2020-10-31patch 8.2.1931: Vim9: arguments of extend() not checked at compile timev8.2.1931Bram Moolenaar
2020-10-22patch 8.2.1884: compiler warning for uninitialized variablev8.2.1884Bram Moolenaar
2020-10-21patch 8.2.1879: Vim9: argument types of insert() not checked when compilingv8.2.1879Bram Moolenaar
2020-10-21patch 8.2.1877: test for function list failsv8.2.1877Bram Moolenaar
2020-10-21patch 8.2.1876: Vim9: argument types are not checked at compile timev8.2.1876Bram Moolenaar
2020-10-17patch 8.2.1858: Vim9: filter functions return number instead of boolv8.2.1858Bram Moolenaar
2020-09-29patch 8.2.1771: synIDattr() cannot get the value of ctermulv8.2.1771Bram Moolenaar
2020-09-28patch 8.2.1769: popup filter interferes with using :normal to move the cursorv8.2.1769Bram Moolenaar
2020-09-26patch 8.2.1751: using 2 where bool is expected may throw an errorv8.2.1751Bram Moolenaar
2020-09-26patch 8.2.1747: result of expand() unexpectedly depends on 'completeslash'v8.2.1747Bram Moolenaar
2020-09-25patch 8.2.1741: pathshorten() only supports using one characterv8.2.1741Bram Moolenaar
2020-09-23patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729Bram Moolenaar
2020-09-22patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar
2020-09-22patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726Bram Moolenaar
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