]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0979: VMS: type warning with $XDG_VIMRC_FILE v9.1.0979
authorChristian Brabandt <cb@256bit.org>
Mon, 30 Dec 2024 09:10:01 +0000 (10:10 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 30 Dec 2024 09:10:01 +0000 (10:10 +0100)
commit80ed8b87614138a79bdd50c4b4199c0084601e04
tree06388ebaccf2e713f957a1d5642b26467c1a5bfc
parent2e1f757f7b52a00b77eb19648b7ea46e932eff2b
patch 9.1.0979: VMS: type warning with $XDG_VIMRC_FILE

Problem:  VMS: type warning with $XDG_VIMRC_FILE
          (Zoltan Arpadffy)
Solution: add explicit (char_u *) type cast to mch_getenv() call

fixes: #16335

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/os_unix.h
src/version.c