diff options
author | KunMing Xie <qqzz014@gmail.com> | 2017-07-23 00:59:14 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-07-22 18:59:14 +0200 |
commit | 962e8cc1dd4d1b901b249e8434ac4db6554d3e05 (patch) | |
tree | de2f7b37a89e79720e3c4294c6e71b0c18de5b3f /src/nvim/version.c | |
parent | 4bcc70b2b5b02e3a6048b55a4390739570db3524 (diff) | |
download | rneovim-962e8cc1dd4d1b901b249e8434ac4db6554d3e05.tar.gz rneovim-962e8cc1dd4d1b901b249e8434ac4db6554d3e05.tar.bz2 rneovim-962e8cc1dd4d1b901b249e8434ac4db6554d3e05.zip |
vim-patch:8.0.0052 (#7057)
Problem: Conceal test passes even without the bug fix.
Solution: Add a redraw command. (Christian Brabandt)
https://github.com/vim/vim/commit/35a1f59d635d9a655e1267c18f7cc757afd0d5b0
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 9b5c5eefb8..b325052cd2 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -677,7 +677,7 @@ static const int included_patches[] = { // 55 NA // 54 NA 53, - // 52, + 52, // 51 NA // 50 NA 49, |