commit | 7e47d1ac6a9ae0e5a7167aa34ff651a9c39c1641 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 16:19:05 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 16:19:05 2015 +0200 |
tree | fdf7b63f9c036732666fd197838cc24003862680 | |
parent | e68c25c677167bb90ac5ec77038e340c730b6567 [diff] [blame] |
patch 7.4.834 Problem: gettabvar() doesn't work after Vim start. (Szymon Wrozynski) Solution: Handle first window in tab still being NULL. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 0319edb..3e46e0f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 834, +/**/ 833, /**/ 832,