diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-01 09:01:55 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-01 09:01:55 -0500 |
commit | e1cdf04f2db49f987bc4108e5fa4e1dd45339b7b (patch) | |
tree | d655f491402623d06bff1b68329eb9197af545ad /src/nvim/version.c | |
parent | d2e8c76dc22460ddfde80477dd93aab3d5866506 (diff) | |
parent | 22c7dbd5f886a5ec116a6863bb527d99f5152eeb (diff) | |
download | rneovim-e1cdf04f2db49f987bc4108e5fa4e1dd45339b7b.tar.gz rneovim-e1cdf04f2db49f987bc4108e5fa4e1dd45339b7b.tar.bz2 rneovim-e1cdf04f2db49f987bc4108e5fa4e1dd45339b7b.zip |
Merge pull request #5665 from brcolow/vim-7.4.1711
vim-patch:7.4.1711
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 65bd4cfcf7..e9bd1b7438 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -733,7 +733,7 @@ static int included_patches[] = { 1714, // 1713 NA 1712, - // 1711, + 1711, // 1710 NA // 1709 NA // 1708, |