diff src/version.c @ 9217:9495e43a800d v7.4.1892

commit https://github.com/vim/vim/commit/c9721bdc63378cc6123e775ffe43e9cba30322b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 17:41:03 2016 +0200 patch 7.4.1892 Problem: balloon eval only gets the window number, not the ID. Solution: Add v:beval_winid.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 17:45:05 +0200
parents d2d44592467d
children 7363f5cc4cb8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1892,
+/**/
     1891,
 /**/
     1890,