diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-01 12:51:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 12:51:10 -0500 |
commit | 6c1d81aef2acee88f61eef5303468063e2c51d9b (patch) | |
tree | 7ad480972da6b38bc14cb30b2ea1fbe50f07d1fb /src/nvim/version.c | |
parent | 85f9f9f46dfc53966621c87442eed3528fb92c26 (diff) | |
parent | 4f3bb5262caa95a2a12d7366ef428ed5399d21c9 (diff) | |
download | rneovim-6c1d81aef2acee88f61eef5303468063e2c51d9b.tar.gz rneovim-6c1d81aef2acee88f61eef5303468063e2c51d9b.tar.bz2 rneovim-6c1d81aef2acee88f61eef5303468063e2c51d9b.zip |
Merge pull request #5663 from brcolow/vim-7.4.1702
vim-patch:7.4.1702
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 5b0c967ee2..a0e2d5dc2c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -742,7 +742,7 @@ static int included_patches[] = { // 1705 NA 1704, 1703, - // 1702, + 1702, 1701, 1700, 1699, |