-*options.txt* For Vim version 9.2. Last change: 2026 Feb 21
+*options.txt* For Vim version 9.2. Last change: 2026 Feb 24
VIM REFERENCE MANUAL by Bram Moolenaar
|ConPTY| support depends on the platform. Windows 10 October 2018
Update is the first version that supports ConPTY, however it is still
- considered unstable. ConPTY might become stable in the next release
- of Windows 10. winpty support needs to be installed. If neither is
+ considered unstable. ConPTY has become stable with the initial release
+ of Windows 11. winpty support needs to be installed. If neither is
supported then you cannot open a terminal window.
*'terse'* *'noterse'*
-*terminal.txt* For Vim version 9.2. Last change: 2026 Feb 14
+*terminal.txt* For Vim version 9.2. Last change: 2026 Feb 24
VIM REFERENCE MANUAL by Bram Moolenaar
Update"), winpty is no longer required. On those versions, |:terminal| will use
Windows' built-in support for hosting terminal applications, "ConPTY". When
ConPTY is in use, there may be rendering artifacts regarding ambiguous-width
-characters. If you encounter any such issues, install "winpty". Until the
-ConPTY problems have been fixed "winpty" will be preferred.
+characters. If you encounter any such issues, install "winpty". ConPTY
+support is considered stable with the first release of Windows 11.
Environment variables are used to pass information to the running job:
VIM_SERVERNAME v:servername
-*version9.txt* For Vim version 9.2. Last change: 2026 Feb 16
+*version9.txt* For Vim version 9.2. Last change: 2026 Feb 24
VIM REFERENCE MANUAL by Bram Moolenaar
Other ~
-----
-The new |xdg.vim| script for full XDG compatibility is included
+- The new |xdg.vim| script for full XDG compatibility is included.
+- |ConPTY| support is considered stable as of Windows 11.
*changed-9.3*
Changed~
#define CONPTY_INSIDER_BUILD MAKE_VER(10, 0, 18995)
/*
- * Not stable now.
+ * Make conpty default on Windows 11
*/
-#define CONPTY_STABLE_BUILD MAKE_VER(10, 0, 32767) // T.B.D.
+#define CONPTY_STABLE_BUILD MAKE_VER(10, 0, 22000)
// Notes:
-// Win 10 22H2 Final is build 19045, it's conpty is widely used.
+// Win 10 22H2 Final is build 19045, its conpty is widely used.
// Strangely, 19045 is newer but is a lower build number than the 2020 insider
// preview which had a build 19587. And, not sure how stable that was?
// Win Server 2022 (May 10, 2022) is build 20348, its conpty is widely used.
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 48,
/**/
47,
/**/