]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1075: Vim9: len variable not used in compile_load() v9.1.1075
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 4 Feb 2025 15:37:19 +0000 (16:37 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 4 Feb 2025 15:40:08 +0000 (16:40 +0100)
commitf7cb9f9280c675537a1536864d58e32adf35d344
tree1cfdd214d4d3247bd0cff89a4c360a259f09ea98
parent4a530a632bb220b9aec827a12ab211a563c5583d
patch 9.1.1075: Vim9: len variable not used in compile_load()

Problem:  Vim9: length variable not used in compile_load()
Solution: use len instead of re-calculating the length
          (Hirohito Higashi)

closes: #16582

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/version.c
src/vim9expr.c