1
0
forked from aniani/vim

patch 7.4.2225

Problem:    Crash when placing a sign in a deleted buffer.
Solution:   Check for missing buffer name. (Dominique Pelle). Add a test.
This commit is contained in:
Bram Moolenaar
2016-08-17 22:29:09 +02:00
parent af9c4c9b57
commit bfd096d020
3 changed files with 19 additions and 0 deletions

View File

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