File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11" These commands create the option window.
22"
33" Maintainer: Bram Moolenaar <[email protected] >4- " Last Change: 2017 Aug 11
4+ " Last Change: 2017 Aug 19
55
66" If there already is an option window, jump to that one.
77let buf = bufnr (' option-window' )
@@ -510,6 +510,10 @@ if has("terminal")
510510 call append (" $" , " termkey\t key that precedes Vim commands in a terminal window" )
511511 call append (" $" , " \t (local to window)" )
512512 call <SID> OptionL (" tk" )
513+ if exists (" &winptydll" )
514+ call append (" $" , " winptydll\t name of the winpty dynamic library" )
515+ call <SID> OptionG (" winptydll" , &winptydll )
516+ endif
513517endif
514518
515519
Original file line number Diff line number Diff line change @@ -769,6 +769,8 @@ static char *(features[]) =
769769
770770static int included_patches [] =
771771{ /* Add new patch number below this line */
772+ /**/
773+ 971 ,
772774/**/
773775 970 ,
774776/**/
You can’t perform that action at this time.
0 commit comments