diff src/version.c @ 17706:431d52b7f7d3 v8.1.1850

patch 8.1.1850: focus may remain in popup window commit https://github.com/vim/vim/commit/5dd143e22333a1c320fcf330f6c5061269bd1a17 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 15 21:34:34 2019 +0200 patch 8.1.1850: focus may remain in popup window Problem: Focus may remain in popup window. Solution: Change focus if needed.
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Aug 2019 21:45:04 +0200
parents 73a93aae5f68
children 10696f279e20
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1850,
+/**/
     1849,
 /**/
     1848,