diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-05-22 12:24:30 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-22 12:24:30 -0400 |
commit | d8d159c123336ed0c2eac36fcca66c45633d0370 (patch) | |
tree | 017c1787d72d36f8b47f60a5f3852738e10e29cc /src/nvim/version.c | |
parent | c3ebfff18b334d5e49acc1ec09f123377348f518 (diff) | |
parent | 6e68cc570c4f6e84e61b5b1f57f9626c0f2b759d (diff) | |
download | rneovim-d8d159c123336ed0c2eac36fcca66c45633d0370.tar.gz rneovim-d8d159c123336ed0c2eac36fcca66c45633d0370.tar.bz2 rneovim-d8d159c123336ed0c2eac36fcca66c45633d0370.zip |
Merge pull request #4787 from brcolow/vim-7.4.1050
vim-patch:7.4.1050
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 b713285c61..3134b10108 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -634,7 +634,7 @@ static int included_patches[] = { // 1053, 1052, // 1051, - // 1050, + 1050, 1049, 1048, 1047, |