]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4198: Vim9: the switch for executing instructions is too long 9609/head v8.2.4198
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Jan 2022 20:00:42 +0000 (20:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Jan 2022 20:00:42 +0000 (20:00 +0000)
commit058ee7c5699ef551be5aa04c66b3cffc436e9b08
treedbbbe541896100feb0b0c0659def29d4dc1a3906
parent2a7aa834583dea157eccf3e69827d2ff1d9fe9c7
patch 8.2.4198: Vim9: the switch for executing instructions is too long

Problem:    Vim9: the switch for executing instructions is too long.
Solution:   Move some code to separate functions.
src/version.c
src/vim9execute.c