mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 08:44:06 +00:00
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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user