mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
vim-patch:7.4.1892
Problem: balloon eval only gets the window number, not the ID.
Solution: Add v:beval_winid.
c9721bdc63
This commit is contained in:
@@ -94,6 +94,7 @@ typedef enum {
|
||||
VV_FCS_CHOICE,
|
||||
VV_BEVAL_BUFNR,
|
||||
VV_BEVAL_WINNR,
|
||||
VV_BEVAL_WINID,
|
||||
VV_BEVAL_LNUM,
|
||||
VV_BEVAL_COL,
|
||||
VV_BEVAL_TEXT,
|
||||
|
Reference in New Issue
Block a user