]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4683: verbose check with dict_find() to see if a key is present v8.2.4683
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 4 Apr 2022 14:16:54 +0000 (15:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Apr 2022 14:16:54 +0000 (15:16 +0100)
commit4829c1c9e9095a3303caec9af7d02f6547f6df0e
tree2b3819cd2ea17b652ba29f3a8a6ea9945ec6c4bb
parent7a411a306f90339d8686e42ac16e1ae4fc7533c5
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)
18 files changed:
src/channel.c
src/dict.c
src/evalwindow.c
src/filepath.c
src/highlight.c
src/json.c
src/match.c
src/popupwin.c
src/proto/dict.pro
src/quickfix.c
src/search.c
src/sign.c
src/tag.c
src/terminal.c
src/testing.c
src/textprop.c
src/time.c
src/version.c