1. eb380b9 patch 9.1.1525: tests: testdir/ is a bit messy by Christian Brabandt · 5 weeks ago
  2. b0905e2 patch 9.1.1524: tests: too many imports in the test suite by Christian Brabandt · 5 weeks ago
  3. 0174d8f patch 9.1.1437: MS-Windows: internal compile error in uc_list() by Mike Williams · 9 weeks ago
  4. 67fe77d patch 9.1.1325: tests: not checking error numbers properly by zeertzjq · 4 months ago
  5. 9e79585 patch 9.1.0685: too many strlen() calls in usercmd.c by John Marriott · 12 months ago
  6. 00cb247 patch 9.0.1876: Vim9: parsing commands with newlines wrong by Christian Brabandt · 1 year, 11 months ago
  7. b444ee7 patch 9.0.1332: crash when using buffer-local user command in cmdline window by zeertzjq · 2 years, 6 months ago
  8. 33e5430 patch 9.0.1079: leaking memory when defining a user command fails by zeertzjq · 2 years, 8 months ago
  9. cf2594f patch 9.0.0877: using freed memory with :comclear while listing commands by Bram Moolenaar · 2 years, 9 months ago
  10. 208567e patch 9.0.0786: user command does not get number from :tab modifier by zeertzjq · 2 years, 10 months ago
  11. 5b148ef patch 9.0.0768: too many delete() calls in tests by Bram Moolenaar · 2 years, 10 months ago
  12. 55e9366 patch 9.0.0437: no error when custom completion function returns wrong type by Bram Moolenaar · 2 years, 11 months ago
  13. d3de178 patch 9.0.0346: :horizontal modifier not fully supported by zeertzjq · 3 years ago
  14. 9359e8a patch 9.0.0031: <cmod> of user command does not have correct verbose value by zeertzjq · 3 years, 1 month ago
  15. a13e7ac patch 8.2.4896: expression in command block does not look after NL by Bram Moolenaar · 3 years, 3 months ago
  16. e442d59 patch 8.2.4869: expression in command block does not look after NL by Bram Moolenaar · 3 years, 3 months ago
  17. 98b7fe7 patch 8.2.4616: Vim9: Declarations in a {} block of a user command remain by Bram Moolenaar · 3 years, 5 months ago
  18. 2438430 patch 8.2.4406: expand functions use confusing argument names by Yegappan Lakshmanan · 3 years, 6 months ago
  19. 9773db6 patch 8.2.4376: not enough tests for command line completion by Yegappan Lakshmanan · 3 years, 6 months ago
  20. 4d03d87 patch 8.2.4366: not enough tests for command line completion by Yegappan Lakshmanan · 3 years, 6 months ago
  21. 62aec93 patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent by Bram Moolenaar · 3 years, 6 months ago
  22. 3f3597b patch 8.2.4122: ":command Cmd" does not show custom completion argument by Bram Moolenaar · 3 years, 7 months ago
  23. f87dac0 patch 8.2.3817: Vim9: Not using NL as command end does not work for :autocmd by Bram Moolenaar · 3 years, 8 months ago
  24. 205f29c patch 8.2.3779: using freed memory when defining a user command recursively by Bram Moolenaar · 3 years, 8 months ago
  25. af377e3 patch 8.2.3694: cannot use quotes in the count of an Ex command by Bram Moolenaar · 3 years, 8 months ago
  26. 326e7da patch 8.2.3586: command completion test fails by Bram Moolenaar · 3 years, 9 months ago
  27. bdcba24 patch 8.2.3433: :delcommand does not take a -buffer option by Bram Moolenaar · 4 years ago
  28. ec1b096 patch 8.2.3405: cannot have a comment line in a {} block of a user command by Bram Moolenaar · 4 years ago
  29. 63b9173 patch 8.2.3297: cannot use all commands inside a {} block by Bram Moolenaar · 4 years ago
  30. 6868634 patch 8.2.3235: cannot use lambda in {} block in user command by Bram Moolenaar · 4 years ago
  31. 5d7c2df patch 8.2.3228: cannot use a simple block for the :command argument by Bram Moolenaar · 4 years ago
  32. cc7eb2a patch 8.2.3149: some plugins have a problem with the error check by Bram Moolenaar · 4 years, 1 month ago
  33. de69a73 patch 8.2.3141: no error when using :complete for :command without -nargs by Martin Tournoij · 4 years, 1 month ago
  34. 9d8d0b5 patch 8.2.0633: crash when using null partial in filter() by Bram Moolenaar · 5 years ago
  35. ea04a6e patch 8.2.0619: null dict is not handled like an empty dict by Bram Moolenaar · 5 years ago
  36. 7a1637f patch 8.2.0577: not all modifiers supported for :options by Bram Moolenaar · 5 years ago
  37. 8b63313 patch 8.2.0418: code in eval.c not sufficiently covered by tests by Bram Moolenaar · 5 years ago
  38. 24ebd83 patch 8.2.0396: cmdexpand.c insufficiently tested by Bram Moolenaar · 5 years ago
  39. b731689 patch 8.1.1241: Ex command info contains confusing information by Bram Moolenaar · 6 years ago
  40. e61e548 patch 8.1.1211: not all user command code is tested by Bram Moolenaar · 6 years ago
  41. d1f90bb patch 8.1.1206: user command parsing and listing not properly tested by Bram Moolenaar · 6 years ago
  42. 55d4691 patch 8.1.0573: cannot redefine user command without ! in same script by Bram Moolenaar · 7 years ago
  43. 51a7454 patch 8.1.0560: cannot use address type "other" with with user command by Bram Moolenaar · 7 years ago
  44. 2095148 patch 8.0.1425: execute() does not work in completion of user command by Bram Moolenaar · 8 years ago
  45. 67418d9 patch 8.0.1200: tests switch the bell off twice by Bram Moolenaar · 8 years ago
  46. c3c766e patch 8.0.0433: beeps when running tests by Bram Moolenaar · 8 years ago
  47. 65c836e patch 8.0.0242: no tests for user command completion by Bram Moolenaar · 9 years ago
  48. 3bcfca3 patch 7.4.2127 by Bram Moolenaar · 9 years ago
  49. eac784e patch 7.4.2110 by Bram Moolenaar · 9 years ago
  50. 63a60de patch 7.4.1898 by Bram Moolenaar · 9 years ago