commit | 452143c6bf0dcf76ef415281b0e4fbc3edff4b6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 17:38:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 17:38:21 2020 +0200 |
tree | 153921e2b1e64e647edff3aa33709c5ac197c5f9 | |
parent | 5966ea105ea86e52a734e04267956e11efffc92d [diff] [blame] |
patch 8.2.1220: memory access error when dragging a popup window Problem: memory access error when dragging a popup window over a buffer with folding. Solution: Avoid going over the end of the cache. (closes #6438)
diff --git a/src/version.c b/src/version.c index eff7835..424234b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1220, +/**/ 1219, /**/ 1218,