comparison src/version.c @ 17043:d99805d25b42 v8.1.1521

patch 8.1.1521: when a popup window is closed the buffer remains commit https://github.com/vim/vim/commit/7c7f01e2b260c75d9996ca9ab621119eafe13a63 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 12 21:06:32 2019 +0200 patch 8.1.1521: when a popup window is closed the buffer remains Problem: When a popup window is closed the buffer remains. Solution: Wipe out the buffer.
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Jun 2019 21:15:07 +0200
parents 5ed4965ebc7b
children 7fe328ad5573
comparison
equal deleted inserted replaced
17042:ea951d5610a5 17043:d99805d25b42
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1521,
780 /**/ 782 /**/
781 1520, 783 1520,
782 /**/ 784 /**/
783 1519, 785 1519,
784 /**/ 786 /**/