commit | 108e7b422b7b59153dd5af1fb75e83fa36ff3db4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 11 17:39:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 11 17:39:12 2018 +0200 |
tree | 4d45221265c6e847918004743d96f5e10b121480 | |
parent | 0664089eccec1083dd04ef2255856fb34ce62f15 [diff] [blame] |
patch 8.1.0469: too often indexing in qf_lists[] Problem: Too often indexing in qf_lists[]. Solution: Use a qf_list_T pointer. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index d4cccb9..12270b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 469, +/**/ 468, /**/ 467,