commit | fcb0b61d15f66f0e9116a6bc56d9d8105bb913cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 26 20:22:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 26 20:22:01 2020 +0200 |
tree | 3de2a320f46be40ece8cd89523f84c504b9bb77c | |
parent | 92c098d18e435a7a762409744ebe2dbb3746ed77 [diff] [blame] |
patch 8.2.0829: filter() may give misleading error message Problem: filter() may give misleading error message. Solution: Also mention Blob as an allowed argument.
diff --git a/src/version.c b/src/version.c index c2cb3ca..f91ff1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 829, +/**/ 828, /**/ 827,