summaryrefslogtreecommitdiff
path: root/src/testdir/test_functions.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3256: executable test may fail on new Ubuntu systemv8.2.3256Bram Moolenaar2021-07-311-0/+3
* patch 8.2.3236: mode() does not indicate using CTRL-O in Select modev8.2.3236zeertzjq2021-07-281-0/+10
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-6/+3
* patch 8.2.3158: strange error message when using islocked() with a numberv8.2.3158Bram Moolenaar2021-07-131-0/+5
* patch 8.2.3084: Vim9: builtin function argument types are not checkedv8.2.3084Yegappan Lakshmanan2021-07-031-3/+5
* patch 8.2.3083: crash when passing null string to charclass()v8.2.3083Christian Brabandt2021-07-021-0/+2
* patch 8.2.3061: testing the shell option is incomplete and spread outv8.2.3061Yegappan Lakshmanan2021-06-271-25/+0
* patch 8.2.3007: Vim9: test for void value failsv8.2.3007Bram Moolenaar2021-06-151-3/+3
* patch 8.2.2977: crash when using a null function referencev8.2.2977Bram Moolenaar2021-06-121-1/+3
* patch 8.2.2957: using getchar() in Vim9 script is problematicv8.2.2957Bram Moolenaar2021-06-071-0/+7
* patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar2021-06-061-5/+10
* patch 8.2.2921: E704 for script local variable is not backwards compatiblev8.2.2921Bram Moolenaar2021-06-021-2/+8
* patch 8.2.2920: still a way to shadow a builtin functionv8.2.2920Bram Moolenaar2021-06-011-0/+5
* patch 8.2.2918: builtin function can be shadowed by global variablev8.2.2918Bram Moolenaar2021-05-311-0/+8
* patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan2021-05-251-0/+7
* patch 8.2.2881: various pieces of code not covered by testsv8.2.2881Yegappan Lakshmanan2021-05-241-0/+4
* patch 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-201-0/+4
* patch 8.2.2873: not enough tests for writing buffersv8.2.2873Yegappan Lakshmanan2021-05-191-0/+1
* patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle2021-05-131-0/+4
* patch 8.2.2837: various code lines not covered by testsv8.2.2837Dominique Pelle2021-05-061-0/+2
* patch 8.2.2764: memory leak when default function argument is allocatedv8.2.2764Bram Moolenaar2021-04-141-0/+9
* patch 8.2.2643: various code not covered by testsv8.2.2643Bram Moolenaar2021-03-221-1/+1
* patch 8.2.2608: character input not fully testedv8.2.2608Bram Moolenaar2021-03-151-0/+8
* patch 8.2.2466: max() and min() can give many error messagesv8.2.2466Bram Moolenaar2021-02-041-0/+8
* patch 8.2.2259: Test_Executable() fails when using chrootv8.2.2259Bram Moolenaar2021-01-011-1/+7
* patch 8.2.2233: cannot convert a byte index into a character indexv8.2.2233Bram Moolenaar2020-12-281-0/+25
* patch 8.2.2100: insufficient testing for function range and dictv8.2.2100Bram Moolenaar2020-12-061-0/+1
* patch 8.2.2065: using map() and filter() on a range() is inefficientv8.2.2065Bram Moolenaar2020-11-281-0/+4
* patch 8.2.2035: MS-Windows: some tests may failv8.2.2035Bram Moolenaar2020-11-231-1/+10
* patch 8.2.1832: readdirex() error is displayed as a messagev8.2.1832Bram Moolenaar2020-10-111-0/+2
* patch 8.2.1804: resolve('/') returns an empty stringv8.2.1804Bram Moolenaar2020-10-051-0/+2
* patch 8.2.1741: pathshorten() only supports using one characterv8.2.1741Bram Moolenaar2020-09-251-0/+18
* patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar2020-09-231-0/+1
* patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar2020-09-221-0/+12
* patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726Bram Moolenaar2020-09-221-24/+0
* patch 8.2.1665: cannot do fuzzy string matchingv8.2.1665Bram Moolenaar2020-09-111-0/+24
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-1/+1
* patch 8.2.1591: using winheight('.') in tests works but is wrongv8.2.1591Bram Moolenaar2020-09-041-4/+4
* patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536Bram Moolenaar2020-08-281-0/+7
* patch 8.2.1517: cannot easily get the character under the cursorv8.2.1517Bram Moolenaar2020-08-231-0/+4
* patch 8.2.1505: not all file read and writecode is testedv8.2.1505Bram Moolenaar2020-08-211-0/+13
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-19/+13
* patch 8.2.1326: Vim9: skipping over white space after listv8.2.1326Bram Moolenaar2020-07-301-1/+1
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-5/+5
* patch 8.2.1040: not enough testing for movement commandsv8.2.1040Bram Moolenaar2020-06-221-0/+5
* patch 8.2.0995: insufficient testing for the readdir() sort optionv8.2.0995Bram Moolenaar2020-06-171-0/+19
* patch 8.2.0990: Using duplicate error numberv8.2.0990Bram Moolenaar2020-06-161-0/+1
* patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar2020-06-161-0/+79
* patch 8.2.0986: MS-Windows: functions test failsv8.2.0986Bram Moolenaar2020-06-151-2/+4
* patch 8.2.0985: simplify() does not remove slashes from "///path"v8.2.0985Bram Moolenaar2020-06-151-1/+7