commit | 4829c1c9e9095a3303caec9af7d02f6547f6df0e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Apr 04 15:16:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 15:16:54 2022 +0100 |
tree | 2b3819cd2ea17b652ba29f3a8a6ea9945ec6c4bb | |
parent | 7a411a306f90339d8686e42ac16e1ae4fc7533c5 [diff] [blame] |
patch 8.2.4683: verbose check with dict_find() to see if a key is present Problem: Verbose check with dict_find() to see if a key is present. Solution: Add dict_has_key(). (Yegappan Lakshmanan, closes #10074)
diff --git a/src/version.c b/src/version.c index 8b7450c..bf10411 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4683, +/**/ 4682, /**/ 4681,