commit | a7df8c70c85c793bc4d75abc625d36883ab029cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 19 13:23:06 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 19 13:23:06 2017 +0200 |
tree | f5596f05d79c7e4cc77ae71831f6b4a8a3556dda | |
parent | 80dd3f9d41ce2ff6ab3544cdb266627bbdfc34a6 [diff] [blame] |
patch 8.0.0733: can only add entries to one list in the quickfix stack Problem: Can only add entries to one list in the quickfix stack. Solution: Move state variables from qf_list_T to qf_list_T. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 8c4923c..49092c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 733, +/**/ 732, /**/ 731,