commit | 92ea26b925a0835badb0af2d5887238a4198cabb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 18 20:53:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 18 20:53:34 2019 +0200 |
tree | 0ed45513ea242aa5c252f84cc00cf59b155b38e3 | |
parent | 7751d1d1a3d447d0d48f57f34e0da9f7c6ac433d [diff] [blame] |
patch 8.1.2173: searchit() has too many arguments Problem: Searchit() has too many arguments. Solution: Move optional arguments to a struct. Add the "wrapped" argument.
diff --git a/src/version.c b/src/version.c index 901bf32..73e7e53 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2173, +/**/ 2172, /**/ 2171,