commit | 8c5e0093c9badced73e382915fb024a5c3ea463b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 19:22:23 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 19:22:23 2018 +0200 |
tree | e5c270ef7d21ec68c457f7e26e572a99f11f2352 | |
parent | 2f0f871159b2cba862fcd41edab65b17da75c422 [diff] [blame] |
patch 8.1.0311: filtering entries in a quickfix list is not easy Problem: Filtering entries in a quickfix list is not easy. Solution: Add the cfilter plugin. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index cc62660..f37cdfc 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 311, +/**/ 310, /**/ 309,