vim-patch:8.2.0257: cannot recognize a terminal in a popup window

Problem:    Cannot recognize a terminal in a popup window.
Solution:   Add the win_gettype() function.
00f3b4e007
This commit is contained in:
Jan Edmund Lazo
2020-11-25 01:32:48 -05:00
parent a9186501f6
commit ede747c2cc
4 changed files with 40 additions and 0 deletions

View File

@@ -385,6 +385,7 @@ return {
wildmenumode={},
win_findbuf={args=1},
win_getid={args={0,2}},
win_gettype={args={0,1}},
win_gotoid={args=1},
win_id2tabwin={args=1},
win_id2win={args=1},