1
0
forked from aniani/vim

patch 8.2.2413: crash when using :all while using a cmdline window

Problem:    Crash when using :all while using a cmdline window. (Zdenek Dohnal)
Solution:   Disallow :all from the cmdline window.
This commit is contained in:
Bram Moolenaar
2021-01-26 21:35:08 +01:00
parent ce0370d9e6
commit bb4b93ed85
4 changed files with 20 additions and 1 deletions

View File

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