]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0545: MSVC conversion warning v9.1.0545
authorErnie Rael <errael@raelity.com>
Mon, 8 Jul 2024 18:42:45 +0000 (20:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 8 Jul 2024 18:42:45 +0000 (20:42 +0200)
commit5285b3cd297826a8c90eb0537c20762f66c5ca4d
treeff99dc8640e22bebf8dcfdfeb04adc9a74f37d8a
parent62f31e949918167cb7f50cdf1737f7c28460b62b
patch 9.1.0545: MSVC conversion warning

Problem:  MSVC conversion warning (LemonBoy, after 9.1.0522)
Solution: Use size_t instead of int, fix style of casts
          (Ernie Rael)

related: #15082
closes: #15187

Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/eval.c
src/version.c