commit | ea3f2e7be447a8f0c4436869620f908de5e8ef1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 10 20:27:32 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 10 20:27:32 2016 +0200 |
tree | 45f63c4ce1a6641183ddc7791b8553e93f887c40 | |
parent | 25065ec375a8a55462f6c07c76dc1a72a770ac19 [diff] [blame] |
patch 7.4.2023 Problem: buflist_findname_stat() may find a dummy buffer. Solution: Set the BF_DUMMY flag after loading a dummy buffer. Start finding buffers from the end of the list.
diff --git a/src/version.c b/src/version.c index c9febf7..913bf69 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2023, +/**/ 2022, /**/ 2021,