commit | 3d9bdfebf1a8c1eec1c3e1cff6fbb60b3d98f02a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 12 22:55:58 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 12 22:55:58 2017 +0200 |
tree | 0d2c16aa5d073a120e160703ee88e73c07c211b8 | |
parent | 893029ab20a06da9c0cf29661c9f6e2ec5583dce [diff] [blame] |
patch 8.0.0921: terminal window cursor shape not supported in the GUI Problem: Terminal window cursor shape not supported in the GUI. Solution: Use the terminal window cursor shape in the GUI.
diff --git a/src/version.c b/src/version.c index 3758ab9..72cd083 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 921, +/**/ 920, /**/ 919,