1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-07-11 15:11:57 +02:00
parent cae24be4a8
commit 5a15b6aa0a
2 changed files with 8 additions and 0 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
706,
/**/
705,
/**/