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