commit | 19ff9bf454b7492be64dd87aaf0830fa7961871e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 10 19:03:57 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 10 19:03:57 2016 +0200 |
tree | c23e21ad26a14e5a3a6f93b6b52daeda08bb2bef | |
parent | 453f37dbfd6f8304a36ea84e40a9965404206186 [diff] [blame] |
patch 7.4.2021 Problem: Still too many buf_valid() calls. Solution: Make au_new_curbuf a bufref. Use bufref_valid() in more places.
diff --git a/src/version.c b/src/version.c index ebaef41..04b7c01 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2021, +/**/ 2020, /**/ 2019,