comparison src/version.c @ 23612:8dbebce07695 v8.2.2348

patch 8.2.2348: no check for modified files after focus gained Commit: https://github.com/vim/vim/commit/fadd55bd633b3b84d41a691e953f569bb6c21689 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 14 19:19:18 2021 +0100 patch 8.2.2348: no check for modified files after focus gained Problem: No check for modified files after focus gained. (Mathias Stearn) Solution: Call ui_focus_change().
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Jan 2021 19:30:04 +0100
parents 07f9e4a54178
children 455ad460ff4f
comparison
equal deleted inserted replaced
23611:181ae0ba5950 23612:8dbebce07695
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2348,
753 /**/ 755 /**/
754 2347, 756 2347,
755 /**/ 757 /**/
756 2346, 758 2346,
757 /**/ 759 /**/