commit | 5a15b6aa0aa5c1559c6f1a9f06c595a8c564637d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 11 15:11:57 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 11 15:11:57 2017 +0200 |
tree | 069509f1d0514b3d037935a00c3e313865edf266 | |
parent | cae24be4a808d60313913cc6feea6c2bee2e2a42 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 93d26ef..33399a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 706, +/**/ 705, /**/ 704,