diff options
author | watiko <service@mail.watiko.net> | 2016-01-25 03:55:47 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-01-28 20:52:40 +0900 |
commit | d25a59f4d0c357fd4df4adc8e2d60497f742c41a (patch) | |
tree | 48f25822284254efcab157ef515fb4e311a28912 /src/nvim/version.c | |
parent | 50393ef17831a24a57e68812f9cadf186c650ab9 (diff) | |
download | rneovim-d25a59f4d0c357fd4df4adc8e2d60497f742c41a.tar.gz rneovim-d25a59f4d0c357fd4df4adc8e2d60497f742c41a.tar.bz2 rneovim-d25a59f4d0c357fd4df4adc8e2d60497f742c41a.zip |
vim-patch:7.4.639
Problem: Combination of linebreak and conceal doesn't work well.
Solution: Fix the display problems. (Christian Brabandt)
https://github.com/vim/vim/commit/8fc6bc71266e342d339c851b3ee472357f917597
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 bf1986d3ba..2ffe41d6fd 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -485,7 +485,7 @@ static int included_patches[] = { 642, // 641 NA 640, - // 639, + 639, // 638 NA 637, 636, |