commit | 339288377072f66ec88e21903e75a82d23ffbf4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 18 21:22:04 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 18 21:22:04 2016 +0200 |
tree | 463cc03171d77c2d3db38bcd6c5e8b76ab1e6492 | |
parent | bfd096d02087a10e8e2f4bdfb74e0435506fa8bb [diff] [blame] |
patch 7.4.2226 Problem: The field names used by getbufinfo(), gettabinfo() and getwininfo() are not consistent. Solution: Use bufnr, winnr and tabnr. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index f4a340e..efca575 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2226, +/**/ 2225, /**/ 2224,