1. dff97e6 patch 8.2.4208: using setbufvar() may change the window title by Bram Moolenaar · 3 years, 7 months ago
  2. 86b3ab4 patch 8.2.3854: Vim9: inconsistent arguments for test functions by Bram Moolenaar · 3 years, 9 months ago
  3. 4f16e9d patch 8.2.3786: test fails because of using Vim9 syntax in legacy function by Bram Moolenaar · 3 years, 9 months ago
  4. 2ef9156 patch 8.2.3783: confusing error for using a variable as a function by Bram Moolenaar · 3 years, 9 months ago
  5. c4ec338 patch 8.2.3766: converting a funcref to a string leaves out "g:" by Bram Moolenaar · 3 years, 9 months ago
  6. 75c30e9 patch 8.2.3537: mode() does not return the right value in 'operatorfunc' by naohiro ono · 3 years, 11 months ago
  7. f08b0eb patch 8.2.3518: Test_xrestore sometimes fails by Bram Moolenaar · 3 years, 11 months ago
  8. cc8cd44 patch 8.2.3466: completion submode not indicated for virtual replace by zeertzjq · 4 years ago
  9. 72406a4 patch 8.2.3461: cannot distinguish Normal and Terminal-Normal mode by Bram Moolenaar · 4 years ago
  10. d176ca3 patch 8.2.3421: a bit of code is not covered by tests by Dominique Pelle · 4 years ago
  11. bf634a0 patch 8.2.3256: executable test may fail on new Ubuntu system by Bram Moolenaar · 4 years, 1 month ago
  12. eaf3f36 patch 8.2.3236: mode() does not indicate using CTRL-O in Select mode by zeertzjq · 4 years, 1 month ago
  13. 4490ec4 patch 8.2.3229: Vim9: runtime and compile time type checks are not the same by Yegappan Lakshmanan · 4 years, 1 month ago
  14. 1840a7b patch 8.2.3158: strange error message when using islocked() with a number by Bram Moolenaar · 4 years, 2 months ago
  15. a26f56f patch 8.2.3084: Vim9: builtin function argument types are not checked by Yegappan Lakshmanan · 4 years, 2 months ago
  16. 72463f8 patch 8.2.3083: crash when passing null string to charclass() by Christian Brabandt · 4 years, 2 months ago
  17. 054794c patch 8.2.3061: testing the shell option is incomplete and spread out by Yegappan Lakshmanan · 4 years, 2 months ago
  18. 61a417b patch 8.2.3007: Vim9: test for void value fails by Bram Moolenaar · 4 years, 3 months ago
  19. 22db0d5 patch 8.2.2977: crash when using a null function reference by Bram Moolenaar · 4 years, 3 months ago
  20. 3a7503c patch 8.2.2957: using getchar() in Vim9 script is problematic by Bram Moolenaar · 4 years, 3 months ago
  21. 3cfa5b1 patch 8.2.2949: tests failing because no error for float to string conversion by Bram Moolenaar · 4 years, 3 months ago
  22. b54abee patch 8.2.2921: E704 for script local variable is not backwards compatible by Bram Moolenaar · 4 years, 3 months ago
  23. 6f1d2aa patch 8.2.2920: still a way to shadow a builtin function by Bram Moolenaar · 4 years, 3 months ago
  24. 3d9c4ee patch 8.2.2918: builtin function can be shadowed by global variable by Bram Moolenaar · 4 years, 3 months ago
  25. 34fcb69 patch 8.2.2886: various pieces of code not covered by tests by Yegappan Lakshmanan · 4 years, 3 months ago
  26. 611728f patch 8.2.2881: various pieces of code not covered by tests by Yegappan Lakshmanan · 4 years, 3 months ago
  27. 5cf9457 patch 8.2.2875: cancelling inputlist() after a digit does not return zero by =?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?= · 4 years, 4 months ago
  28. 46aa6f9 patch 8.2.2873: not enough tests for writing buffers by Yegappan Lakshmanan · 4 years, 4 months ago
  29. fe8ebdb patch 8.2.2848: crash whn calling partial by Dominique Pelle · 4 years, 4 months ago
  30. 6d37e8e patch 8.2.2837: various code lines not covered by tests by Dominique Pelle · 4 years, 4 months ago
  31. b47bed2 patch 8.2.2764: memory leak when default function argument is allocated by Bram Moolenaar · 4 years, 5 months ago
  32. 1f448d9 patch 8.2.2643: various code not covered by tests by Bram Moolenaar · 4 years, 6 months ago
  33. f4fcedc patch 8.2.2608: character input not fully tested by Bram Moolenaar · 4 years, 6 months ago
  34. ab65fc7 patch 8.2.2466: max() and min() can give many error messages by Bram Moolenaar · 4 years, 7 months ago
  35. a387083 patch 8.2.2259: Test_Executable() fails when using chroot by Bram Moolenaar · 4 years, 8 months ago
  36. 17793ef patch 8.2.2233: cannot convert a byte index into a character index by Bram Moolenaar · 4 years, 8 months ago
  37. 67322bf patch 8.2.2100: insufficient testing for function range and dict by Bram Moolenaar · 4 years, 9 months ago
  38. f8ca03b patch 8.2.2065: using map() and filter() on a range() is inefficient by Bram Moolenaar · 4 years, 9 months ago
  39. f637bce patch 8.2.2035: MS-Windows: some tests may fail by Bram Moolenaar · 4 years, 10 months ago
  40. aab9fad patch 8.2.1832: readdirex() error is displayed as a message by Bram Moolenaar · 5 years ago
  41. 50c4e9e patch 8.2.1804: resolve('/') returns an empty string by Bram Moolenaar · 5 years ago
  42. 6a33ef0 patch 8.2.1741: pathshorten() only supports using one character by Bram Moolenaar · 5 years ago
  43. 531be47 patch 8.2.1736: failure to compile a pattern not tested much by Bram Moolenaar · 5 years ago
  44. 99ca9c4 patch 8.2.1727: a popup created with "cursorline" will ignore "firstline" by Bram Moolenaar · 5 years ago
  45. 4f73b8e patch 8.2.1726: fuzzy matching only works on strings by Bram Moolenaar · 5 years ago
  46. 635414d patch 8.2.1665: cannot do fuzzy string matching by Bram Moolenaar · 5 years ago
  47. e2e4075 patch 8.2.1593: tests do not check the error number properly by Bram Moolenaar · 5 years ago
  48. c05d1c0 patch 8.2.1591: using winheight('.') in tests works but is wrong by Bram Moolenaar · 5 years ago
  49. 4e4473c patch 8.2.1536: cannot get the class of a character; emoji widths are wrong by Bram Moolenaar · 5 years ago
  50. 6c53fca patch 8.2.1517: cannot easily get the character under the cursor by Bram Moolenaar · 5 years ago
  51. 1b04ce2 patch 8.2.1505: not all file read and writecode is tested by Bram Moolenaar · 5 years ago
  52. 6d91bcb patch 8.2.1432: various inconsistencies in test files by Bram Moolenaar · 5 years ago
  53. 9d48956 patch 8.2.1326: Vim9: skipping over white space after list by Bram Moolenaar · 5 years ago
  54. 9b7bf9e patch 8.2.1183: assert_fails() checks the last error message by Bram Moolenaar · 5 years ago
  55. bdd2c29 patch 8.2.1040: not enough testing for movement commands by Bram Moolenaar · 5 years ago
  56. e17f881 patch 8.2.0995: insufficient testing for the readdir() sort option by Bram Moolenaar · 5 years ago
  57. a1bc6f1 patch 8.2.0990: Using duplicate error number by Bram Moolenaar · 5 years ago
  58. 84cf6bd patch 8.2.0988: getting directory contents is always case sorted by Bram Moolenaar · 5 years ago
  59. c70222d patch 8.2.0986: MS-Windows: functions test fails by Bram Moolenaar · 5 years ago
  60. fdcbe3c patch 8.2.0985: simplify() does not remove slashes from "///path" by Bram Moolenaar · 5 years ago
  61. ea1233f patch 8.2.0949: strptime() does not use DST by Bram Moolenaar · 5 years ago
  62. ab54032 patch 8.2.0947: readdirex() doesn't handle broken link properly by Bram Moolenaar · 5 years ago
  63. eebd555 patch 8.2.0946: cannot use "q" to cancel a number prompt by Bram Moolenaar · 5 years ago
  64. 441d60e patch 8.2.0888: readdirex() returns size -2 for a directory by Bram Moolenaar · 5 years ago
  65. c17e66c patch 8.2.0886: cannot use octal numbers in scriptversion 4 by Bram Moolenaar · 5 years ago
  66. 6c9ba04 patch 8.2.0875: getting attributes for directory entries is slow by Bram Moolenaar · 5 years ago
  67. 2245ae1 patch 8.2.0868: trim() always trims both ends by Bram Moolenaar · 5 years ago
  68. 95da136 patch 8.2.0850: MS-Windows: exepath() works different from cmd.exe by Bram Moolenaar · 5 years ago
  69. 041c710 patch 8.2.0849: BeOS code is not maintained and probably unused by Bram Moolenaar · 5 years ago
  70. 1919371 patch 8.2.0824: still not enough memory allocated when converting string by Bram Moolenaar · 5 years ago
  71. f7271e8 patch 8.2.0817: not enough memory allocated when converting string by Bram Moolenaar · 5 years ago
  72. 0ff5ded patch 8.2.0712: various code not fully tested by Bram Moolenaar · 5 years ago
  73. 99fa721 patch 8.2.0644: insufficient testing for invalid function arguments by Bram Moolenaar · 5 years ago
  74. 92b83cc patch 8.2.0634: crash with null partial and blob by Bram Moolenaar · 5 years ago
  75. 9d8d0b5 patch 8.2.0633: crash when using null partial in filter() by Bram Moolenaar · 5 years ago
  76. ad48e6c patch 8.2.0615: regexp benchmark stest is old style by Bram Moolenaar · 5 years ago
  77. 08f4157 patch 8.2.0610: some tests are still old style by Bram Moolenaar · 5 years ago
  78. 6a2c5a7 patch 8.2.0533: tests using term_wait() can still be flaky by Bram Moolenaar · 5 years ago
  79. 7035fd9 patch 8.2.0532: cannot use simplify() as a method by Bram Moolenaar · 5 years ago
  80. ee4e0c1 patch 8.2.0522: several errors are not tested for by Bram Moolenaar · 5 years ago
  81. cde0ff3 patch 8.2.0509: various code is not properly tested. by Bram Moolenaar · 5 years ago
  82. 5259275 patch 8.2.0507: getbufvar() may get the wrong dictionary by Bram Moolenaar · 5 years ago
  83. 3ed9efc patch 8.2.0454: some tests fail when the system is slow by Bram Moolenaar · 5 years ago
  84. 0e05de4 patch 8.2.0448: various functions not properly tested by Bram Moolenaar · 5 years ago
  85. 7929651 patch 8.2.0427: it is not possible to check for a typo in a feature name by Bram Moolenaar · 5 years ago
  86. 8b63313 patch 8.2.0418: code in eval.c not sufficiently covered by tests by Bram Moolenaar · 5 years ago
  87. 8dfcce3 patch 8.2.0401: not enough test coverage for evalvars.c by Bram Moolenaar · 5 years ago
  88. dd58923 patch 8.2.0334: abort called when using test_void() by Bram Moolenaar · 6 years ago
  89. 7c215c5 patch 8.2.0331: internal error when using test_void() and test_unknown() by Bram Moolenaar · 6 years ago
  90. 578fe94 patch 8.2.0325: ex_getln.c code not covered by tests by Bram Moolenaar · 6 years ago
  91. 8d588cc patch 8.2.0316: ex_getln.c code has insufficient test coverage by Bram Moolenaar · 6 years ago
  92. 4132eb5 patch 8.2.0258: modifyOtherKeys cannot be temporarily disabled by Bram Moolenaar · 6 years ago
  93. 94255df patch 8.2.0211: test for ANSI colors fails without an "ls" command by Bram Moolenaar · 6 years ago
  94. 705724e patch 8.2.0186: a couple of tests may fail when features are missing by Bram Moolenaar · 6 years ago
  95. 5feabe0 patch 8.2.0183: tests fail when the float feature is disabled by Bram Moolenaar · 6 years ago
  96. b099202 patch 8.2.0179: still a few places where range() does not work by Bram Moolenaar · 6 years ago
  97. 272ca95 patch 8.2.0163: test hangs on MS-Windows console by Bram Moolenaar · 6 years ago
  98. 7d8ea0b patch 8.2.0162: balloon test fails in the GUI by Bram Moolenaar · 6 years ago
  99. 50985eb patch 8.2.0159: non-materialized range() list causes problems by Bram Moolenaar · 6 years ago
  100. 9a838fe patch 8.1.2398: strptime() test fails on Japanese Mac by Bram Moolenaar · 6 years ago