mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10
Problem: Vim doesn't use the new ConPTY support in Windows 10. Solution: Use ConPTY support, if available. (Nobuhiro Takasaki, closes #3794)
This commit is contained in:
@@ -1112,6 +1112,7 @@ enum
|
||||
#ifdef FEAT_TERMINAL
|
||||
, WV_TWK
|
||||
, WV_TWS
|
||||
, WV_TMOD
|
||||
#endif
|
||||
, WV_CRBIND
|
||||
#ifdef FEAT_LINEBREAK
|
||||
|
Reference in New Issue
Block a user