commit | 24dc19cdb2ce7cda2156d3b2eca6aee552b097dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 14 19:49:15 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 14 19:49:15 2022 +0000 |
tree | 46fca39a61693d29966c0de9623146ab3859a0b4 | |
parent | 161b6ac04f257ab17779e9ba6f5b3e3e15d2a0fd [diff] [blame] |
patch 9.0.0881: cannot get the currently showing mouse shape Problem: Cannot get the currently showing mouse shape. Solution: Add getmouseshape().
diff --git a/src/version.c b/src/version.c index f89595a..c5e7838 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 881, +/**/ 880, /**/ 879,