commit | c9721bdc63378cc6123e775ffe43e9cba30322b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 17:41:03 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 17:41:03 2016 +0200 |
tree | 2a8cc1f8b3699c8a0e4121be7b19eb25a53f8919 | |
parent | 9ed96efb3d47d46e9637da04656efff715102407 [diff] [blame] |
patch 7.4.1892 Problem: balloon eval only gets the window number, not the ID. Solution: Add v:beval_winid.
diff --git a/src/version.c b/src/version.c index a90b47e..5aa8a2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1892, +/**/ 1891, /**/ 1890,