]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0914: Vim9: compile_assignment() is too long v9.1.0914
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 8 Dec 2024 09:15:35 +0000 (10:15 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 8 Dec 2024 09:15:35 +0000 (10:15 +0100)
commit85ee742f1e961ea79597dd38d04b56ac35f45a1e
tree3fa43a7bf8d130e2c77d0d48f58624e4097f0691
parent65be834c30fb43abb2e41585b41eefcd2ae06c01
patch 9.1.0914: Vim9: compile_assignment() is too long

Problem:  Vim9: compile_assignment() is too long
Solution: refactor compile_assignment() into smaller functions
          (Yegappan Lakshmanan)

closes: #16186

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