]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0253: crash when using :disassamble without argument v8.2.0253
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Feb 2020 20:29:32 +0000 (21:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Feb 2020 20:29:32 +0000 (21:29 +0100)
commit21456cdccbdf9d222938139769f1abe95b8effdd
treed5d71fb7b621390690e1495e296da3f91d94eca1
parent3dd64608f6183a49c6854652017b928556224935
patch 8.2.0253: crash when using :disassamble without argument

Problem:    Crash when using :disassamble without argument. (Dhiraj Mishra)
Solution:   Check for missing argument. (Dominique Pelle, closes #5635,
            closes #5637)
src/ex_cmds.h
src/testdir/test_vim9_disassemble.vim
src/version.c
src/vim9execute.c