diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-01-04 12:52:04 +0800 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-02-09 22:14:04 -0500 |
commit | 1861f12a5fe2efd4c1747b1870d7d0740fef55f5 (patch) | |
tree | 7c3a0a36d787bbc50ce7f0e13b62792e8312a58c /src/nvim/version.c | |
parent | bec7e47938e203a0dd49920f328134fa943d6733 (diff) | |
download | rneovim-1861f12a5fe2efd4c1747b1870d7d0740fef55f5.tar.gz rneovim-1861f12a5fe2efd4c1747b1870d7d0740fef55f5.tar.bz2 rneovim-1861f12a5fe2efd4c1747b1870d7d0740fef55f5.zip |
vim-patch:7.4.2087
Problem: Digraph code test coverage is still low.
Solution: Add more tests. (Christian Brabandt)
https://github.com/vim/vim/commit/e25bc5abb4621c6263b0248988a207d53b57fc54
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 aab57e5765..d8292a9aae 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -353,7 +353,7 @@ static int included_patches[] = { // 2090, // 2089 NA // 2088, - // 2087, + 2087, 2086, 2085, 2084, |