commit | d39e275b57493f9e25e1b62f84810571eee30cf4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 20:07:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 20:07:38 2019 +0100 |
tree | 5b0b3dd06e22346bc2108a95ffeed31e00dc8472 | |
parent | 6aba96dd5778b4201c9f5cb065d7669d3398e724 [diff] [blame] |
patch 8.1.0829: when 'hidden' is set session creates extra buffers Problem: When 'hidden' is set session creates extra buffers. Solution: Move :badd commands to the end. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 9fa0ba4..af28903 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 829, +/**/ 828, /**/ 827,