summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_functions.vim
AgeCommit message (Expand)Author
2021-07-13patch 8.2.3158: strange error message when using islocked() with a numberv8.2.3158Bram Moolenaar
2021-07-03patch 8.2.3084: Vim9: builtin function argument types are not checkedv8.2.3084Yegappan Lakshmanan
2021-07-02patch 8.2.3083: crash when passing null string to charclass()v8.2.3083Christian Brabandt
2021-06-27patch 8.2.3061: testing the shell option is incomplete and spread outv8.2.3061Yegappan Lakshmanan
2021-06-15patch 8.2.3007: Vim9: test for void value failsv8.2.3007Bram Moolenaar
2021-06-12patch 8.2.2977: crash when using a null function referencev8.2.2977Bram Moolenaar
2021-06-07patch 8.2.2957: using getchar() in Vim9 script is problematicv8.2.2957Bram Moolenaar
2021-06-06patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar
2021-06-02patch 8.2.2921: E704 for script local variable is not backwards compatiblev8.2.2921Bram Moolenaar
2021-06-01patch 8.2.2920: still a way to shadow a builtin functionv8.2.2920Bram Moolenaar
2021-05-31patch 8.2.2918: builtin function can be shadowed by global variablev8.2.2918Bram Moolenaar
2021-05-25patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan
2021-05-24patch 8.2.2881: various pieces of code not covered by testsv8.2.2881Yegappan Lakshmanan
2021-05-20patch 8.2.2875: cancelling inputlist() after a digit does not return zerov8.2.2875=?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?=
2021-05-19patch 8.2.2873: not enough tests for writing buffersv8.2.2873Yegappan Lakshmanan
2021-05-13patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle
2021-05-06patch 8.2.2837: various code lines not covered by testsv8.2.2837Dominique Pelle
2021-04-14patch 8.2.2764: memory leak when default function argument is allocatedv8.2.2764Bram Moolenaar
2021-03-22patch 8.2.2643: various code not covered by testsv8.2.2643Bram Moolenaar
2021-03-15patch 8.2.2608: character input not fully testedv8.2.2608Bram Moolenaar
2021-02-04patch 8.2.2466: max() and min() can give many error messagesv8.2.2466Bram Moolenaar
2021-01-01patch 8.2.2259: Test_Executable() fails when using chrootv8.2.2259Bram Moolenaar
2020-12-28patch 8.2.2233: cannot convert a byte index into a character indexv8.2.2233Bram Moolenaar
2020-12-06patch 8.2.2100: insufficient testing for function range and dictv8.2.2100Bram Moolenaar
2020-11-28patch 8.2.2065: using map() and filter() on a range() is inefficientv8.2.2065Bram Moolenaar
2020-11-23patch 8.2.2035: MS-Windows: some tests may failv8.2.2035Bram Moolenaar
2020-10-11patch 8.2.1832: readdirex() error is displayed as a messagev8.2.1832Bram Moolenaar
2020-10-05patch 8.2.1804: resolve('/') returns an empty stringv8.2.1804Bram Moolenaar
2020-09-25patch 8.2.1741: pathshorten() only supports using one characterv8.2.1741Bram Moolenaar
2020-09-23patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram 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-11patch 8.2.1665: cannot do fuzzy string matchingv8.2.1665Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-09-04patch 8.2.1591: using winheight('.') in tests works but is wrongv8.2.1591Bram Moolenaar
2020-08-28patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536Bram Moolenaar
2020-08-23patch 8.2.1517: cannot easily get the character under the cursorv8.2.1517Bram Moolenaar
2020-08-21patch 8.2.1505: not all file read and writecode is testedv8.2.1505Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-07-30patch 8.2.1326: Vim9: skipping over white space after listv8.2.1326Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-06-22patch 8.2.1040: not enough testing for movement commandsv8.2.1040Bram Moolenaar
2020-06-17patch 8.2.0995: insufficient testing for the readdir() sort optionv8.2.0995Bram Moolenaar
2020-06-16patch 8.2.0990: Using duplicate error numberv8.2.0990Bram Moolenaar
2020-06-16patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar
2020-06-15patch 8.2.0986: MS-Windows: functions test failsv8.2.0986Bram Moolenaar
2020-06-15patch 8.2.0985: simplify() does not remove slashes from "///path"v8.2.0985Bram Moolenaar
2020-06-10patch 8.2.0949: strptime() does not use DSTv8.2.0949Bram Moolenaar
2020-06-10patch 8.2.0947: readdirex() doesn't handle broken link properlyv8.2.0947Bram Moolenaar
2020-06-10patch 8.2.0946: cannot use "q" to cancel a number promptv8.2.0946Bram Moolenaar