diff options
| author | James McCoy <jamessan@jamessan.com> | 2016-11-15 21:43:38 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2016-11-15 21:48:08 -0500 |
| commit | defa86b08ae93604ab9ce751842ceb11d48345e5 (patch) | |
| tree | 4603ceb72684a3b4f05460e3e3efc739c26b18a9 /src/nvim/version.c | |
| parent | c91e9c1c7af48ad55a19a77b34fcabe6029fd956 (diff) | |
| download | rneovim-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/version.c')
| -rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 08eff53d1e..80beed3245 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -550,7 +550,7 @@ static int included_patches[] = { 1895, // 1894 NA 1893, - // 1892 NA + 1892, // 1891 NA // 1890 NA // 1889, |