]> granicus.if.org Git - vim/commit
patch 9.0.0063: too many type casts for dict_get functions v9.0.0063
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Jul 2022 08:52:04 +0000 (09:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Jul 2022 08:52:04 +0000 (09:52 +0100)
commitd61efa50f8f5b9d9dcbc136705cc33874f0fdcb3
tree7ca7416ffda546d9f45ba93d3c93f3418bd6bcd0
parent5ac50de83f1b4136f903c51a1d4e7d84a26c2271
patch 9.0.0063: too many type casts for dict_get functions

Problem:    Too many type casts for dict_get functions.
Solution:   Change the key argument from "char_u *" to "char *".
24 files changed:
src/autocmd.c
src/change.c
src/dict.c
src/evalbuffer.c
src/evalfunc.c
src/evalwindow.c
src/fileio.c
src/filepath.c
src/gui_w32.c
src/highlight.c
src/insexpand.c
src/map.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