1. 22e8e12 patch 9.1.0645: regex: wrong match when searching multi-byte char case-insensitive by Christian Brabandt · 1 year ago
  2. 6043024 patch 9.1.0412: typo in regexp_bt.c in DEBUG code by Christian Brabandt · 1 year, 3 months ago
  3. 82792db patch 9.1.0409: too many strlen() calls in the regexp engine by John Marriott · 1 year, 3 months ago
  4. c97f4d6 patch 9.1.0297: Patch 9.1.0296 causes too many issues by Christian Brabandt · 1 year, 4 months ago
  5. 7a27c10 patch 9.1.0296: regexp: engines do not handle case-folding well by Christian Brabandt · 1 year, 4 months ago
  6. 46fa3c7 patch 9.1.0217: regexp: verymagic cannot match before/after a mark by Julio B · 1 year, 4 months ago
  7. d2cc51f patch 9.1.0011: regexp cannot match combining chars in collection by Christian Brabandt · 1 year, 7 months ago
  8. be07caa patch 9.0.1777: patch 9.0.1771 causes problems by Christian Brabandt · 2 years ago
  9. ca22fc3 patch 9.0.1771: regex: combining chars in collections not handled by Christian Brabandt · 2 years ago
  10. 68ebcee patch 9.0.1594: some internal error messages are translated by RestorerZ · 2 years, 2 months ago
  11. ebfec1c patch 9.0.1234: the code style has to be checked manually by Bram Moolenaar · 2 years, 7 months ago
  12. f97a295 patch 9.0.1221: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 7 months ago
  13. 4c5678f patch 9.0.0977: it is not easy to see what client-server commands are doing by Bram Moolenaar · 2 years, 8 months ago
  14. 01105b3 patch 9.0.0951: trying every character position for a match is inefficient by Bram Moolenaar · 2 years, 8 months ago
  15. 753aead patch 9.0.0414: matchstr() still does not match column offset by Bram Moolenaar · 2 years, 11 months ago
  16. 75a115e patch 9.0.0407: matchstr() does match column offset by Bram Moolenaar · 2 years, 11 months ago
  17. 13ed494 patch 9.0.0228: crash when pattern looks below the last line by Bram Moolenaar · 3 years ago
  18. 7f9969c patch 9.0.0067: cannot show virtual text by Bram Moolenaar · 3 years ago
  19. 509ce03 patch 8.2.5137: cannot build without the +channel feature by Bram Moolenaar · 3 years, 2 months ago
  20. 616592e patch 8.2.5115: search timeout is overrun with some patterns by Bram Moolenaar · 3 years, 2 months ago
  21. 6574577 patch 8.2.5057: using gettimeofday() for timeout is very inefficient by Paul Ollis · 3 years, 2 months ago
  22. 02e8d4e patch 8.2.5028: syntax regexp matching can be slow by Bram Moolenaar · 3 years, 2 months ago
  23. 360da40 patch 8.2.4978: no error if engine selection atom is not at the start by Christian Brabandt · 3 years, 3 months ago
  24. 72bb10d patch 8.2.4693: new regexp does not accept pattern "\%>0v" by Bram Moolenaar · 3 years, 4 months ago
  25. 91ff3d4 patch 8.2.4688: new regexp engine does not give an error for "\%v" by Bram Moolenaar · 3 years, 4 months ago
  26. b55986c patch 8.2.4646: using buffer line after it has been freed by Bram Moolenaar · 3 years, 4 months ago
  27. 6456fae patch 8.2.4440: crash with specific regexp pattern and string by Bram Moolenaar · 3 years, 6 months ago
  28. 424bcae patch 8.2.4273: the EBCDIC support is outdated by Bram Moolenaar · 3 years, 6 months ago
  29. b2810f1 patch 8.2.4046: some error messages not in the right place by Bram Moolenaar · 3 years, 7 months ago
  30. 677658a patch 8.2.4008: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  31. a6f7929 patch 8.2.4005: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  32. eaaac01 patch 8.2.3983: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  33. 74409f6 patch 8.2.3970: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  34. d0819d1 patch 8.2.3962: build fails for missing error message by Bram Moolenaar · 3 years, 7 months ago
  35. 12f3c1b patch 8.2.3749: error messages are everywhere by Bram Moolenaar · 3 years, 8 months ago
  36. d8e4447 patch 8.2.3197: error messages are spread out by Bram Moolenaar · 4 years, 1 month ago
  37. e29a27f patch 8.2.3190: error messages are spread out by Bram Moolenaar · 4 years, 1 month ago
  38. 04db26b patch 8.2.3110: a pattern that matches the cursor position is complicated by Bram Moolenaar · 4 years, 1 month ago
  39. 872bee5 patch 8.2.2885: searching for \%'> does not match linewise end of line by Bram Moolenaar · 4 years, 3 months ago
  40. df36514 patch 8.2.2829: some comments are not correct or clear by Bram Moolenaar · 4 years, 3 months ago
  41. 0b94e29 patch 8.2.2716: the equivalent class regexp is missing some characters by Bram Moolenaar · 4 years, 4 months ago
  42. a3d10a5 patch 8.2.2181: valgrind warnings for using uninitialized value by Bram Moolenaar · 4 years, 8 months ago
  43. a7a691c patch 8.2.2121: internal error when using \ze before \zs in a pattern by Bram Moolenaar · 4 years, 8 months ago
  44. e83cca2 patch 8.2.1633: some error messages are internal but do not use iemsg() by Bram Moolenaar · 5 years ago
  45. 71ccd03 patch 8.2.0967: unnecessary type casts for vim_strnsave() by Bram Moolenaar · 5 years ago
  46. a80faa8 patch 8.2.0559: clearing a struct is verbose by Bram Moolenaar · 5 years ago
  47. f414048 patch 8.2.0260: several lines of code are duplicated by Bram Moolenaar · 5 years ago
  48. 7c77b34 patch 8.2.0033: crash when make_extmatch() runs out of memory by Bram Moolenaar · 6 years ago
  49. 9490b9a patch 8.1.2010: new file uses old style comments by Bram Moolenaar · 6 years ago
  50. 6d7d7cf patch 8.1.2005: the regexp.c file is too big by Bram Moolenaar · 6 years ago