commit | b1062eb23e7a7a8b44f3416e79c3b28aa6c6c229 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 09 16:11:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 09 16:11:33 2020 +0200 |
tree | 02199582ff24ea5208a6d3d365011b716ace7aff | |
parent | a5565e4189b7c4d3f03d1f5405fc64d5dc00f717 [diff] [blame] |
patch 8.2.0720: occasional exit when encountering an X error Problem: Occasional exit when encountering an X error. (Manfred Lotz) Solution: On an X error do not exit, do preserve files.
diff --git a/src/version.c b/src/version.c index 5903a00..456516f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 720, +/**/ 719, /**/ 718,