comparison src/version.c @ 18667:de350001150c v8.1.2325

patch 8.1.2325: crash when using balloon with empty line Commit: https://github.com/vim/vim/commit/9ae862ebba4a8962cb1c6811a2a46656fa672599 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 21 13:27:06 2019 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 13:30:03 +0100
parents 7369756d05de
children 9007e9896303
comparison
equal deleted inserted replaced
18666:d451a92c772c 18667:de350001150c
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2325,
744 /**/ 746 /**/
745 2324, 747 2324,
746 /**/ 748 /**/
747 2323, 749 2323,
748 /**/ 750 /**/