summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_functions.vim
AgeCommit message (Expand)Author
2022-09-02patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar
2022-09-02patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan
2022-09-01patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar
2022-08-30patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan
2022-08-29patch 9.0.0324: MS-Windows: resolve() test failsv9.0.0324Bram Moolenaar
2022-08-29patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar
2022-08-26patch 9.0.0276: 'buftype' values not sufficiently testedv9.0.0276zeertzjq
2022-08-26patch 9.0.0274: netrw plugin does not show remote filesv9.0.0274Bram Moolenaar
2022-08-25patch 9.0.0261: bufload() reads a file even if the name is not a file namev9.0.0261Bram Moolenaar
2022-06-30patch 9.0.0010: returning 0 for has('patch-9.0.0') is inconsistentv9.0.0010Bram Moolenaar
2022-06-05patch 8.2.5058: input() does not handle composing characters properlyv8.2.5058zeertzjq
2022-05-26patch 8.2.5019: cannot get the first screen column of a characterv8.2.5019LemonBoy
2022-05-20patch 8.2.4983: colors test fails in the GUIv8.2.4983Bram Moolenaar
2022-05-20patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982LemonBoy
2022-05-05patch 8.2.4875: MS-Windows: some .exe files are not recognizedv8.2.4875LemonBoy
2022-05-03patch 8.2.4860: MS-Windows: always uses current directory for executablesv8.2.4860Yasuhiro Matsumoto
2022-05-02patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq
2022-04-28patch 8.2.4838: checking for absolute path is not trivialv8.2.4838LemonBoy
2022-04-05patch 8.2.4696: delete() with "rf" argument does not report a failurev8.2.4696zeertzjq
2022-04-03patch 8.2.4671: 'wildignorecase' is sometimes not used for glob()v8.2.4671LemonBoy
2022-03-15patch 8.2.4568: getmousepos() does not compute the column below the last linev8.2.4568Sean Dewar
2022-03-13patch 8.2.4559: getmousepos() returns the screen columnv8.2.4559Bram Moolenaar
2022-03-13patch 8.2.4555: getmousepos() returns the wrong columnv8.2.4555Bram Moolenaar
2022-02-20patch 8.2.4427: getchar() may return modifiers if no character is availablev8.2.4427zeertzjq
2022-02-12patch 8.2.4361: Vim9: some tests failv8.2.4361Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-27patch 8.2.4234: test_garbagecollect_now() does not check v:testingv8.2.4234Bram Moolenaar
2022-01-24patch 8.2.4212: window title test still fails in some configurationsv8.2.4212Bram Moolenaar
2022-01-24patch 8.2.4211: window title test still fails in some configurationsv8.2.4211Bram Moolenaar
2022-01-24patch 8.2.4210: window title test fails in some configurationsv8.2.4210Bram Moolenaar
2022-01-24patch 8.2.4208: using setbufvar() may change the window titlev8.2.4208Bram Moolenaar
2021-12-19patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar
2021-12-11patch 8.2.3786: test fails because of using Vim9 syntax in legacy functionv8.2.3786Bram Moolenaar
2021-12-11patch 8.2.3783: confusing error for using a variable as a functionv8.2.3783Bram Moolenaar
2021-12-09patch 8.2.3766: converting a funcref to a string leaves out "g:"v8.2.3766Bram Moolenaar
2021-10-19patch 8.2.3537: mode() does not return the right value in 'operatorfunc'v8.2.3537naohiro ono
2021-10-16patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar
2021-10-03patch 8.2.3466: completion submode not indicated for virtual replacev8.2.3466zeertzjq
2021-10-02patch 8.2.3461: cannot distinguish Normal and Terminal-Normal modev8.2.3461Bram Moolenaar
2021-09-09patch 8.2.3421: a bit of code is not covered by testsv8.2.3421Dominique Pelle
2021-07-31patch 8.2.3256: executable test may fail on new Ubuntu systemv8.2.3256Bram Moolenaar
2021-07-28patch 8.2.3236: mode() does not indicate using CTRL-O in Select modev8.2.3236zeertzjq
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
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