]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0048: MS-Windows: ConPTY not yet preferred v9.2.0048
authorbennyyip <yebenmy@gmail.com>
Tue, 24 Feb 2026 21:13:40 +0000 (21:13 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 24 Feb 2026 21:19:42 +0000 (21:19 +0000)
commit71cc1b12cd2a92ceadff5cef73dcef387374ce36
tree36d9c35f1dbbb9fe6aff342f1c732dbde004dd1c
parent1ec32291c7b9b8d5d0578bb92bd01bebccdb2b8b
patch 9.2.0048: MS-Windows: ConPTY not yet preferred

Problem:  MS-Windows: ConPTY not yet preferred
Solution: Mark ConPTY as stable starting with Windows 11 (build 22000).
          Vim will now prefer ConPTY over winpty on these systems.

fixes:  #19033
closes: #19037

Signed-off-by: bennyyip <yebenmy@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
runtime/doc/terminal.txt
runtime/doc/version9.txt
src/os_win32.c
src/version.c