diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-10 18:21:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-10 18:21:50 +0200 |
commit | b25f9a97e9aad3cbb4bc3fe87cdbd5700f8aa0c6 (patch) | |
tree | c51d62bd77521a1de07d989af9a8ca3cd8c8b85a /src/version.c | |
parent | 8240433f48f7383c281ba2453cc55f10b8ec47d9 (diff) | |
download | vim-git-b25f9a97e9aad3cbb4bc3fe87cdbd5700f8aa0c6.tar.gz |
patch 7.4.2018v7.4.2018
Problem: buf_valid() can be slow when there are many buffers.
Solution: Add bufref_valid(), only go through the buffer list when a buffer
was freed.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 0d39ffa62..7317edf21 100644 --- a/src/version.c +++ b/src/version.c @@ -759,6 +759,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2018, +/**/ 2017, /**/ 2016, |