aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2017-01-09 03:39:50 +0100
committerJames McCoy <jamessan@jamessan.com>2017-02-04 17:55:45 -0500
commit1836f3cb9b7e84ec5ed53ab0d3eb8496c95fe9e6 (patch)
treef28125201accc1ba7f6060add0d771d479830c3d /src/nvim/version.c
parente177226d51feb99e159773eebe6a773732fc89e9 (diff)
downloadrneovim-1836f3cb9b7e84ec5ed53ab0d3eb8496c95fe9e6.tar.gz
rneovim-1836f3cb9b7e84ec5ed53ab0d3eb8496c95fe9e6.tar.bz2
rneovim-1836f3cb9b7e84ec5ed53ab0d3eb8496c95fe9e6.zip
vim-patch:7.4.2021
Problem: Still too many buf_valid() calls. Solution: Make au_new_curbuf a bufref. Use bufref_valid() in more places. https://github.com/vim/vim/commit/19ff9bf454b7492be64dd87aaf0830fa7961871e
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 4afbb4f8f4..69860aa216 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -419,7 +419,7 @@ static int included_patches[] = {
// 2024,
// 2023,
// 2022,
- // 2021,
+ 2021,
// 2020 NA
2019,
2018,