]> granicus.if.org Git - vim/commit
patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Jun 2020 20:59:11 +0000 (22:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Jun 2020 20:59:11 +0000 (22:59 +0200)
commit71ccd03ee8a43b20000214a9c99dcc90f039edca
treeb5e89de8afbba2a8981d68b578514df046cb4aad
parent722e505d1a55dfde5ab62241d10da91d2e10c3c1
patch 8.2.0967: unnecessary type casts for vim_strnsave()

Problem:    Unnecessary type casts for vim_strnsave().
Solution:   Remove the type casts.
31 files changed:
src/evalvars.c
src/ex_cmds.c
src/ex_eval.c
src/fileio.c
src/filepath.c
src/findfile.c
src/highlight.c
src/if_perl.xs
src/if_ruby.c
src/insexpand.c
src/json.c
src/mark.c
src/memline.c
src/menu.c
src/misc1.c
src/ops.c
src/os_win32.c
src/regexp.c
src/regexp_bt.c
src/regexp_nfa.c
src/register.c
src/search.c
src/sign.c
src/syntax.c
src/term.c
src/terminal.c
src/undo.c
src/usercmd.c
src/userfunc.c
src/version.c
src/vim9compile.c