diff src/version.c @ 20073:a2124c6d5e6e v8.2.0592

patch 8.2.0592: MS-Windows with VTP: cursor is not made invisible Commit: https://github.com/vim/vim/commit/2695de63e370235c4d3d73e3fe07cc1006de3460 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 17 21:13:01 2020 +0200 patch 8.2.0592: MS-Windows with VTP: cursor is not made invisible Problem: MS-Windows with VTP: cursor is not made invisible. Solution: Output the code to make the cursor visible or invisible. (Nobuhiro Takasaki, closes #5941)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Apr 2020 21:15:03 +0200
parents 385e2f8aa8c1
children 516b10943fdb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    592,
+/**/
     591,
 /**/
     590,