diff options
author | James McCoy <jamessan@jamessan.com> | 2017-04-19 23:15:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-19 23:15:45 -0400 |
commit | 462c53eb3ea256bb85eb3916400d984347f0626f (patch) | |
tree | e196f6fa8b9c03009f383349c86b5ca79acf7199 /src/nvim/version.c | |
parent | f0c12012d99b33474bd6bb5dcb0ee3a6c6808789 (diff) | |
parent | cb02137dfac7357650a2e9cc32acb66326e59058 (diff) | |
download | rneovim-462c53eb3ea256bb85eb3916400d984347f0626f.tar.gz rneovim-462c53eb3ea256bb85eb3916400d984347f0626f.tar.bz2 rneovim-462c53eb3ea256bb85eb3916400d984347f0626f.zip |
Merge pull request #6547 from jamessan/vim-7.4.2152
vim-patch:7.4.2152,7.4.2165,7.4.2173,7.4.2179,7.4.2209
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 9a5d7ce169..f7a78a15f9 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -232,7 +232,7 @@ static const int included_patches[] = { 2212, // 2211 NA // 2210 NA - // 2209, + 2209, 2208, // 2207 NA // 2206 NA @@ -289,7 +289,7 @@ static const int included_patches[] = { // 2155 NA // 2154 NA // 2153 NA - // 2152, + 2152, 2151, // 2150 NA 2149, |