patch 8.2.4763: using invalid pointer with "V:" in Ex mode v8.2.4763
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Apr 2022 17:52:17 +0000 (18:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Apr 2022 17:52:17 +0000 (18:52 +0100)
commitf50808ed135ab973296bca515ae4029b321afe47
treef932fa6eb924a1b1148b254f622dc3b3f0f2cb97
parentca7e86c23789eb0ed8f6400f25ea9e0e1036f9fc
patch 8.2.4763: using invalid pointer with "V:" in Ex mode

Problem:    Using invalid pointer with "V:" in Ex mode.
Solution:   Correctly handle the command being changed to "+".
src/ex_docmd.c
src/testdir/test_ex_mode.vim
src/version.c