commit | 4d170af0a9379da64d67dc3fa7cc7297956c6f52 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 13 22:21:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 13 22:21:22 2020 +0200 |
tree | eddc5d4efafaafd4e62e2181cf171f7bd387fdd4 | |
parent | a4224860a498eb870280130e00fe6f376b7a2e6b [diff] [blame] |
patch 8.2.1677: memory access errors when calling setloclist() in autocommand Problem: Memory access errors when calling setloclist() in an autocommand. Solution: Give an error if the list was changed unexpectedly. (closes #6946)
diff --git a/src/version.c b/src/version.c index b8891ff..0d0ea4d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1677, +/**/ 1676, /**/ 1675,