diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-27 13:16:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 13:16:17 +0200 |
commit | 2b1398c31ea9ab9f4aaa40188f24d7e76a519e2d (patch) | |
tree | 74552b2241849c83e926d4bf4cb7bd8bceb71c9e /src/nvim/version.c | |
parent | edc80f6b46f51ea1137289301914c0f90db19295 (diff) | |
parent | 9cd7e199048161c5224aca885af8b7945236392d (diff) | |
download | rneovim-2b1398c31ea9ab9f4aaa40188f24d7e76a519e2d.tar.gz rneovim-2b1398c31ea9ab9f4aaa40188f24d7e76a519e2d.tar.bz2 rneovim-2b1398c31ea9ab9f4aaa40188f24d7e76a519e2d.zip |
Merge #6372 from lonerover/vim-7.4.2307
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index a911e8ebc3..500e8984c0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -107,11 +107,11 @@ static int included_patches[] = { 2337, 2336, 2335, - // 2334, + 2334, 2333, // 2332 NA 2331, - // 2330, + 2330, 2329, 2328, // 2327 NA @@ -134,7 +134,7 @@ static int included_patches[] = { // 2310 NA 2309, // 2308 NA - // 2307, + 2307, // 2306, 2305, // 2304 NA |