diff options
author | James McCoy <jamessan@jamessan.com> | 2016-09-21 10:06:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 10:06:22 -0400 |
commit | 6cf24be29559c3afe779014ee860d115a4a31e60 (patch) | |
tree | 14ead6c7e16282dbbd733e4867b1991e3d40b23d /src/nvim/version.c | |
parent | baf91a455c50ce146230c4cd32c6aedcfa7b9f80 (diff) | |
parent | a4cb500d988bd294375d497b56977271c7e08615 (diff) | |
download | rneovim-6cf24be29559c3afe779014ee860d115a4a31e60.tar.gz rneovim-6cf24be29559c3afe779014ee860d115a4a31e60.tar.bz2 rneovim-6cf24be29559c3afe779014ee860d115a4a31e60.zip |
Merge pull request #5038 from prollings/vim-7.4.1477
vim-patch:7.4.1477
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 63acd22514..685a2a843b 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -966,7 +966,7 @@ static int included_patches[] = { 1480, 1479, 1478, - // 1477, + 1477, // 1476 NA // 1475 NA // 1474 NA |