commit | b6fa30ccc39cdb7f1d07b99fe2f4c6b61671dac2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 14:19:25 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 14:19:25 2017 +0200 |
tree | 48d470421f2e8f4b7c04b0dfa24b153d0f57fef1 | |
parent | e0720cbf63eb3045be8d965e3182c0c392c7b5e9 [diff] [blame] |
patch 8.0.0517: there is no way to remove quickfix lists Problem: There is no way to remove quickfix lists (for testing). Solution: Add the 'f' action to setqflist(). Add tests. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 74dc550..1afe3ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 517, +/**/ 516, /**/ 515,