1. 3e4fa3d patch 8.2.4087: cannot test items from an autoload script easily by Bram Moolenaar · 3 years, 7 months ago
  2. d9d2fd0 patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused by Bram Moolenaar · 3 years, 7 months ago
  3. 460ae5d patch 8.2.3967: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  4. 436b5ad patch 8.2.3961: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  5. 4490ec4 patch 8.2.3229: Vim9: runtime and compile time type checks are not the same by Yegappan Lakshmanan · 4 years ago
  6. a764e73 patch 8.2.3221: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years ago
  7. 5bca906 patch 8.2.3215: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  8. 83494b4 patch 8.2.3188: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  9. 1a71d31 patch 8.2.3162: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  10. c72bdd2 patch 8.2.3150: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  11. 5b73992 patch 8.2.3135: Vim9: builtin function arguments not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  12. 1d1ce61 patch 8.2.3067: building fails with Athena by Bram Moolenaar · 4 years, 1 month ago
  13. 18d4658 patch 8.2.3040: GUI: dropping files not tested by Yegappan Lakshmanan · 4 years, 2 months ago
  14. 7237cab patch 8.2.3036: Vim9: builtin function arguments not checked at compile time by Yegappan Lakshmanan · 4 years, 2 months ago
  15. f1e7449 patch 8.2.3028: GUI mouse events not tested by Yegappan Lakshmanan · 4 years, 2 months ago
  16. f18332f patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled by Bram Moolenaar · 4 years, 3 months ago
  17. 5b8cabf patch 8.2.2694: when 'matchpairs' is empty every character beeps by Bram Moolenaar · 4 years, 4 months ago
  18. f52f060 patch 8.2.2586: process id may be invalid by Bram Moolenaar · 4 years, 5 months ago
  19. 631e8f9 patch 8.2.1953: Vim9: extra "unknown" error after other error by Bram Moolenaar · 4 years, 9 months ago
  20. 28ee892 patch 8.2.1919: assert_fails() setting emsg_silent changes normal execution by Bram Moolenaar · 4 years, 9 months ago
  21. 4f25b1a patch 8.2.1653: expand('<stack>') does not include the final line number by Bram Moolenaar · 5 years ago
  22. 44d6652 patch 8.2.1632: not checking the context of test_fails() by Bram Moolenaar · 5 years ago
  23. 9bd5d87 patch 8.2.1631: test_fails() does not check the context of the line number by Bram Moolenaar · 5 years ago
  24. 9b02d64 patch 8.2.1484: flaky failure in assert_fails() by Bram Moolenaar · 5 years ago
  25. 1d63454 patch 8.2.1479: Vim9: error for list index uses wrong line number by Bram Moolenaar · 5 years ago
  26. a5d0423 patch 8.2.1297: when a test fails it's often not easy to see where by Bram Moolenaar · 5 years ago
  27. 7177da9 patch 8.2.1199: not all assert functions are fully tested by Bram Moolenaar · 5 years ago
  28. 9b7bf9e patch 8.2.1183: assert_fails() checks the last error message by Bram Moolenaar · 5 years ago
  29. b340bae patch 8.2.0982: insufficient testing for reading/writing files by Bram Moolenaar · 5 years ago
  30. 0c0eddd patch 8.2.0970: terminal properties are not available in Vim script by Bram Moolenaar · 5 years ago
  31. 4a021df patch 8.2.0969: assert_equal() output for dicts is hard to figure out by Bram Moolenaar · 5 years ago
  32. 30cc44a patch 8.2.0899: assert_equalfile() does not give a hint about the difference by Bram Moolenaar · 5 years ago
  33. fb517ba patch 8.2.0893: assert_equalfile() does not take a third argument by Bram Moolenaar · 5 years ago
  34. 4c17ad9 patch 8.2.0650: Vim9: script function can be deleted by Bram Moolenaar · 5 years ago
  35. 4c68375 patch 8.2.0517: Vim9: cannot separate "func" and "func(): void" by Bram Moolenaar · 5 years ago
  36. e69f6d0 patch 8.2.0493: Vim9: some error messages not tested by Bram Moolenaar · 5 years ago
  37. 8ed0458 patch 8.2.0299: Vim9: ISN_STORE with argument not tested by Bram Moolenaar · 5 years ago
  38. 4f5776c patch 8.2.0250: test_clear_search_pat() is unused by Bram Moolenaar · 5 years ago
  39. 07ada5f patch 8.2.0212: missing search/substitute pattern hardly tested by Bram Moolenaar · 6 years ago
  40. 272ca95 patch 8.2.0163: test hangs on MS-Windows console by Bram Moolenaar · 6 years ago
  41. 8a7d654 patch 8.2.0149: maintaining a Vim9 branch separately is more work by Bram Moolenaar · 6 years ago
  42. 9b4a15d patch 8.2.0111: VAR_SPECIAL is also used for booleans by Bram Moolenaar · 6 years ago
  43. 1a47ae3 patch 8.2.0056: execution stack is incomplete and inefficient by Bram Moolenaar · 6 years ago
  44. 5398955 patch 8.2.0035: saving and restoring called_emsg is clumsy by Bram Moolenaar · 6 years ago
  45. 0d6f5d9 patch 8.1.2395: using old C style comments by Bram Moolenaar · 6 years ago
  46. a1cb1d1 patch 8.1.2171: mouse support not always available by Bram Moolenaar · 6 years ago
  47. ecaa70e patch 8.1.1687: the evalfunc.c file is too big by Bram Moolenaar · 6 years ago