commit | fe15b7dfa628d4edd683dae9528194c0e5510128 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 22:50:06 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 22:50:06 2018 +0200 |
tree | dd65ab13308946b2d75514e256ebec61325e3859 | |
parent | 9e81db9742a35cc972ce5cae204e837093987692 [diff] [blame] |
patch 8.1.0407: quickfix code mixes using the stack and a list pointer Problem: Quickfix code mixes using the stack and a list pointer. Solution: Use a list pointer in more places. (Yegappan Lakshmanan, closes #3443)
diff --git a/src/version.c b/src/version.c index d14f0d4..9f4a0ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 407, +/**/ 406, /**/ 405,