diff options
author | James McCoy <jamessan@jamessan.com> | 2017-07-12 00:06:56 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-07-12 00:06:56 -0400 |
commit | 8370373839cc4da8b781edc398d38c0a7cb42223 (patch) | |
tree | 54d44751881a724dd3997bb031bda04e333c2812 /src/nvim/version.c | |
parent | 5f8f46ba8e6d1a6012848b878bc656365592811b (diff) | |
parent | b4ccf5c20a41ea4d4bfeb636259553c8e55cb911 (diff) | |
download | rneovim-8370373839cc4da8b781edc398d38c0a7cb42223.tar.gz rneovim-8370373839cc4da8b781edc398d38c0a7cb42223.tar.bz2 rneovim-8370373839cc4da8b781edc398d38c0a7cb42223.zip |
Merge pull request #6881 from Shougo/vim-7.4.2354
vim-patch:7.4.2354
Diffstat (limited to 'src/nvim/version.c')
-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 094ca29b01..0713684303 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -90,7 +90,7 @@ static const int included_patches[] = { 2357, 2356, 2355, - // 2354, + 2354, 2353, // 2352 NA // 2351 NA |