]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2018 v7.4.2018
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Jul 2016 16:21:50 +0000 (18:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Jul 2016 16:21:50 +0000 (18:21 +0200)
commitb25f9a97e9aad3cbb4bc3fe87cdbd5700f8aa0c6
treec51d62bd77521a1de07d989af9a8ca3cd8c8b85a
parent8240433f48f7383c281ba2453cc55f10b8ec47d9
patch 7.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.
src/buffer.c
src/proto/buffer.pro
src/quickfix.c
src/structs.h
src/version.c