diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2020-06-21 21:32:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 21:32:56 +0200 |
commit | 4496628c181e456d57e9257e14d8582d8dc548eb (patch) | |
tree | b1be5b8a149d69d109d35e6275459314daf73ec0 /src | |
parent | 5f0a1b04c1630f3b685382f881e439b7d4f2feb3 (diff) | |
download | rneovim-4496628c181e456d57e9257e14d8582d8dc548eb.tar.gz rneovim-4496628c181e456d57e9257e14d8582d8dc548eb.tar.bz2 rneovim-4496628c181e456d57e9257e14d8582d8dc548eb.zip |
version.c: update [ci skip] (#12391)
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index e9f2b37e6b..f3a584d15b 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -250,7 +250,7 @@ static const int included_patches[] = { 1671, 1670, 1669, - // 1668, + 1668, 1667, 1666, 1665, |