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:
James McCoy
2016-11-15 21:43:38 -05:00
parent c91e9c1c7a
commit defa86b08a
3 changed files with 3 additions and 1 deletions

View File

@@ -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,