aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.h
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-11-15 21:43:38 -0500
committerJames McCoy <jamessan@jamessan.com>2016-11-15 21:48:08 -0500
commitdefa86b08ae93604ab9ce751842ceb11d48345e5 (patch)
tree4603ceb72684a3b4f05460e3e3efc739c26b18a9 /src/nvim/eval.h
parentc91e9c1c7af48ad55a19a77b34fcabe6029fd956 (diff)
downloadrneovim-defa86b08ae93604ab9ce751842ceb11d48345e5.tar.gz
rneovim-defa86b08ae93604ab9ce751842ceb11d48345e5.tar.bz2
rneovim-defa86b08ae93604ab9ce751842ceb11d48345e5.zip
vim-patch:7.4.1892
Problem: balloon eval only gets the window number, not the ID. Solution: Add v:beval_winid. https://github.com/vim/vim/commit/c9721bdc63378cc6123e775ffe43e9cba30322b3
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r--src/nvim/eval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h
index 1ab908deb5..422520a2ad 100644
--- a/src/nvim/eval.h
+++ b/src/nvim/eval.h
@@ -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,