commit | 7069bf18e1b1b7bc7640335e07d1022b5acc9048 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 07 20:39:53 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 07 20:39:53 2017 +0100 |
tree | 0b71e10fe30c67064ccb2147381cd7f30a142c89 | |
parent | cbd4de44e8d08fba3c09eb40ad6e36e83faf020a [diff] [blame] |
patch 8.0.0150: completion for :filter does not skip the pattern Problem: When the pattern of :filter does not have a separator then completion of the command fails. Solution: Skip over the pattern. (Ozaki Kiichi, clodes #1299)
diff --git a/src/version.c b/src/version.c index 7b47461..0c16c28 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 150, +/**/ 149, /**/ 148,