aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2017-01-09 02:03:03 +0100
committerJames McCoy <jamessan@jamessan.com>2017-02-04 17:55:29 -0500
commite177226d51feb99e159773eebe6a773732fc89e9 (patch)
treedece7dd4cbc637b940393e19d5e117b323594a5c /src/nvim/version.c
parent951dd1571cbb57b41274c0e515e2b3c789305bad (diff)
downloadrneovim-e177226d51feb99e159773eebe6a773732fc89e9.tar.gz
rneovim-e177226d51feb99e159773eebe6a773732fc89e9.tar.bz2
rneovim-e177226d51feb99e159773eebe6a773732fc89e9.zip
vim-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. https://github.com/vim/vim/commit/b25f9a97e9aad3cbb4bc3fe87cdbd5700f8aa0c6
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index d2014c88e1..4afbb4f8f4 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -422,7 +422,7 @@ static int included_patches[] = {
// 2021,
// 2020 NA
2019,
- // 2018,
+ 2018,
2017,
// 2016 NA
2015,