commit | e5c83286bb9a72cc686f2826e605eddebe3c730c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 03 23:15:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 03 23:15:37 2019 +0200 |
tree | 8de5a0730ab3f8a50674728d48a18b645bffe586 | |
parent | 9404a18ad9a47b10fc8de908da833ba7f12f72f5 [diff] [blame] |
patch 8.1.1259: crash when exiting early Problem: Crash when exiting early. (Ralf Schandl) Solution: Only pop/push the title when it was set. (closes #4334)
diff --git a/src/version.c b/src/version.c index 69ab34b..c8bcdec 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1259, +/**/ 1258, /**/ 1257,