aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2017-01-09 12:30:57 +0100
committerJames McCoy <jamessan@jamessan.com>2017-02-04 17:55:45 -0500
commitd60d1b3232a43cbc025dbbec91535260d493d89e (patch)
tree42e1c4709c3f90ddfff5b90fe516942aad71962f /src/nvim/version.c
parent1836f3cb9b7e84ec5ed53ab0d3eb8496c95fe9e6 (diff)
downloadrneovim-d60d1b3232a43cbc025dbbec91535260d493d89e.tar.gz
rneovim-d60d1b3232a43cbc025dbbec91535260d493d89e.tar.bz2
rneovim-d60d1b3232a43cbc025dbbec91535260d493d89e.zip
vim-patch:7.4.2022
Problem: Warnings from 64 bit compiler. Solution: Add type casts. (Mike Williams) https://github.com/vim/vim/commit/25065ec375a8a55462f6c07c76dc1a72a770ac19
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 69860aa216..658b553ec0 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -418,7 +418,7 @@ static int included_patches[] = {
// 2025 NA
// 2024,
// 2023,
- // 2022,
+ 2022,
2021,
// 2020 NA
2019,