commit | 7d5e744162c1e971e5a863e89787cadc8e56051c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 22:25:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 22:25:51 2020 +0200 |
tree | e409cf81b3c7b81930c3c75d06a9c13b3412e261 | |
parent | 420952175a652372affc78c0017d6049f20063c3 [diff] [blame] |
patch 8.2.1265: crash with EXITFREE when split() fails Problem: Crash with EXITFREE when split() fails. Solution: Restore 'cpoptions'.
diff --git a/src/version.c b/src/version.c index 9b6f1b4..d6d7434 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1265, +/**/ 1264, /**/ 1263,