1
0
forked from aniani/vim

patch 8.1.2325: crash when using balloon with empty line

Problem:    Crash when using balloon with empty line.
Solution:   Handle empty lines. (Markus Braun)
This commit is contained in:
Bram Moolenaar
2019-11-21 13:27:06 +01:00
parent 202c3f7e3e
commit 9ae862ebba
3 changed files with 44 additions and 32 deletions

View File

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