commit | df5320c439e9a7f7bf1ebff3cb455d45e223547a | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Thu Sep 01 13:20:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 13:20:16 2022 +0100 |
tree | 844eaa8fddaa8e590d6b5f83876f6ca1bf76f546 | |
parent | d3de178e5352fedf0f30b979f46a2fcbca24ea40 [diff] [blame] |
patch 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminal Problem: MS-Windows: cannot set cursor shape in Windows Terminal. Solution: Make cursor shape work with Windows Terminal. (Ken Takata, closes #11028, closes #6576)
diff --git a/src/version.c b/src/version.c index f6cdb1c..147f876 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 347, +/**/ 346, /**/ 345,