commit | d569a9e74684cd17f9cea63e804281388728e513 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 28 23:13:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 28 23:13:15 2020 +0200 |
tree | 6880a6a0ecdf0023a5ac75a25913294ccad86f16 | |
parent | 4934ad0e448bfa03ba19c7c5b411c457a9910442 [diff] [blame] |
patch 8.2.1770: invalid memory use when using SpellFileMissing autocmd Problem: Invalid memory use when using SpellFileMissing autocmd. Solution: Add test case. (Dominique Pellé, closes #7036) Fix using a window that was closed.
diff --git a/src/version.c b/src/version.c index 3d37c85..26e63c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1770, +/**/ 1769, /**/ 1768,