commit | cdb7e1b7f9e18a7b165ff09103a9994f84966123 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 19 19:55:58 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 19 19:55:58 2017 +0200 |
tree | 7c4cda3abde0d0b1b3d821c7fb825c99512c0dc7 | |
parent | 04f62f881c5743d2fdaf7324f6a715381f0d5fcf [diff] [blame] |
patch 8.0.0737: crash when X11 selection is very big Problem: Crash when X11 selection is very big. Solution: Use static items instead of allocating them. Add callbacks. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index d5e383e..9921ec6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 737, +/**/ 736, /**/ 735,