commit | 09f067fca38c9f89ad088e8c096c4df3998575e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 11 13:29:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 11 13:29:18 2021 +0200 |
tree | 4b6f8d96e2ddd80541748e2484e75c41abea0954 | |
parent | f93bbd026205f36915312193784f987ad49fb114 [diff] [blame] |
patch 8.2.2754: :sleep! does not always hide the cursor Problem: :sleep! does not always hide the cursor. Solution: Add the cursor_is_asleep flag. (Jeremy Lerner, closes #8097, closes #7998)
diff --git a/src/version.c b/src/version.c index c760738..d18c0f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2754, +/**/ 2753, /**/ 2752,