commit | 45e5fd135da5710f24a1acc142692f120f8b0b78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 14:58:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 14:58:02 2017 +0200 |
tree | db3f8e21176d61550e6c7dbb75dc69faf614c272 | |
parent | 6e62da3e14d32f76f60d5cc8b267059923842f17 [diff] [blame] |
patch 8.0.0607: after :bwipe + :new bufref might still be valid Problem: When creating a bufref, then using :bwipe and :new it might get the same memory and bufref_valid() returns true. Solution: Add br_fnum to check the buffer number didn't change.
diff --git a/src/version.c b/src/version.c index 0daa349..e96a388 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 607, +/**/ 606, /**/ 605,