commit | f1d21c8cc83f40c815b6bf13cd2043152db533ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 21:20:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 21:20:46 2017 +0200 |
tree | 7141447bfa2e1b01006d0edef62efeddae993b22 | |
parent | 9b77016545d5ef1a1f4a90c9bb4b7a6693af8918 [diff] [blame] |
patch 8.0.0580: cannot set the valid flag with setqflist() Problem: Cannot set the valid flag with setqflist(). Solution: Add the "valid" argument. (Yegappan Lakshmanan, closes #1642)
diff --git a/src/version.c b/src/version.c index f7d0a78..c41cc5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 580, +/**/ 579, /**/ 578,