]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2148: Vim9: crash when user command doesn't match v8.2.2148
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Dec 2020 20:43:54 +0000 (21:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Dec 2020 20:43:54 +0000 (21:43 +0100)
commit1c0aa97827f30e3051ee50a0690555c2c23c0ceb
treea45575382b93123ba3b613e07ffd4396565673d3
parent530bed993e41bda6f717a8ddd0acb39464f95336
patch 8.2.2148: Vim9: crash when user command doesn't match

Problem:    Vim9: crash when user command doesn't match.
Solution:   Adjust command index. (closes #7479)
src/ex_docmd.c
src/testdir/test_vim9_cmd.vim
src/version.c