]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0462: eval5() and eval7 are too complex v9.1.0462
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 3 Jun 2024 16:52:22 +0000 (18:52 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 3 Jun 2024 16:52:22 +0000 (18:52 +0200)
commit734286e4c626f80ace27eeb252a5e384e798aebf
tree5a87a878cb8a82bd071eec1ce64b6ebef27f7160
parentf51ff96532ab8f97f779b44d17dccdda9d8ce566
patch 9.1.0462: eval5() and eval7 are too complex

Problem:  eval5() and eval7 are too complex
Solution: Refactor eval5() and eval7() in eval.c
          (Yegappan Lakshmanan)

closes: #14900

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/eval.c
src/scriptfile.c
src/version.c