]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0706: crash when cancelling the cmdline window in Ex mode v8.0.0706
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Jul 2017 13:11:57 +0000 (15:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Jul 2017 13:11:57 +0000 (15:11 +0200)
commit5a15b6aa0aa5c1559c6f1a9f06c595a8c564637d
tree069509f1d0514b3d037935a00c3e313865edf266
parentcae24be4a808d60313913cc6feea6c2bee2e2a42
patch 8.0.0706: crash when cancelling the cmdline window in Ex mode

Problem:    Crash when cancelling the cmdline window in Ex mode. (James McCoy)
Solution:   Do not set cmdbuff to NULL, make it empty.
src/ex_getln.c
src/version.c