commit | 2695de63e370235c4d3d73e3fe07cc1006de3460 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 17 21:13:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 17 21:13:01 2020 +0200 |
tree | 5f3b554b485a9f65d3e0e3030e0a79b58303f72b | |
parent | aa82259fef8d08326029c580282b417790230e93 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e6eadca..0ca4f39 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 592, +/**/ 591, /**/ 590,