We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc9305 commit 94a7242Copy full SHA for 94a7242
2 files changed
src/testdir/test_terminal.vim
@@ -1889,8 +1889,9 @@ func Test_terminal_statusline()
1889
endfunc
1890
1891
func Test_terminal_getwinpos()
1892
- " does not work in the MS-Windows console
1893
- if has('win32') && !has('gui')
+ " getwinpos() does not work in the MS-Windows console, and the GUI runs the
+ " console version in the terminal window.
1894
+ if has('win32')
1895
return
1896
endif
1897
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1128,
776
/**/
777
1127,
778
0 commit comments