commit | 0e2ea1beb471a24dd86a45c439a98e5d758b4270 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 09 16:13:08 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 09 16:13:08 2014 +0200 |
tree | ca16549dc5cc12a841dcc0492f800247759c3910 | |
parent | 13e2a0af665cffa3c4485be843feca70d90a7918 [diff] [blame] |
updated for version 7.4.434 Problem: gettabvar() is not consistent with getwinvar() and getbufvar(). Solution: Return a dict with all variables when the varname is empty. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 4d9fb1e..1e68b49 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 434, +/**/ 433, /**/ 432,