commit | 50e5376926dc2ec4a26a7a16f8f0f3213c4afdf0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 14:49:15 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 14:49:15 2016 +0200 |
tree | fe1420b53a534de8895d791e044ca9df8d5769b2 | |
parent | 46fceaaa8d1447a9588736d86eb4908214187b08 [diff] [blame] |
patch 8.0.0047 Problem: Crash when using the preview window from an unnamed buffer. (lifepillar) Solution: Do not clear the wrong buffer. (closes #1200)
diff --git a/src/version.c b/src/version.c index d25b91f..001c740 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 47, +/**/ 46, /**/ 45,