diff options
author | lonerover <pathfinder1644@yahoo.com> | 2016-12-22 14:16:13 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2016-12-22 15:00:58 +0800 |
commit | 5dea0334433b271c8cc207eaf07ac34f2b8e49ce (patch) | |
tree | 4847831f8aefd45a13629b1e6315019321ffc578 /src/nvim/version.c | |
parent | 33319b1bf012652cd04e47bf9d5ac216408703e2 (diff) | |
download | rneovim-5dea0334433b271c8cc207eaf07ac34f2b8e49ce.tar.gz rneovim-5dea0334433b271c8cc207eaf07ac34f2b8e49ce.tar.bz2 rneovim-5dea0334433b271c8cc207eaf07ac34f2b8e49ce.zip |
vim-patch:7.4.2123
Problem: No new style test for diff mode.
Solution: Add a test. Check that folds are in sync.
https://github.com/vim/vim/commit/42093c0ec52e6ff29e80aae65ac6a744c7de79bb
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 8e7ad2199f..d5947932de 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -317,7 +317,7 @@ static int included_patches[] = { // 2126, // 2125, // 2124, - // 2123, + 2123, // 2122 NA // 2121, // 2120, |