commit | e05a89ac6399a8c7d164c99fdab6841d999a9128 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 10 19:56:46 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 10 19:56:46 2020 +0100 |
tree | 341094bf6f52eede325b21927fe20aa953fae506 | |
parent | 2963456ff2b740244b3a064785fe681b1998d75e [diff] [blame] |
patch 8.2.0110: prop_find() is not implemented Problem: prop_find() is not implemented. Solution: Implement prop_find(). (Ryan Hackett, closes #5421, closes #4970)
diff --git a/src/version.c b/src/version.c index 815fc47..d6386ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 110, +/**/ 109, /**/ 108,