commit | b62dc5e7825bc195efe3041d5b3a9f1528359e1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 15 14:50:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 15 14:50:12 2022 +0100 |
tree | a0469ca3fc215cbb3aed246d121442853ced3f2b | |
parent | dd41037552c1be3548d2ce34bb1c889f14edb553 [diff] [blame] |
patch 8.2.4959: using NULL regexp program Problem: Using NULL regexp program. Solution: Check for regexp program becoming NULL in more places.
diff --git a/src/version.c b/src/version.c index 856922e..dca2f92 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4959, +/**/ 4958, /**/ 4957,