diff options
author | Ewan Hemingway <e.j.hemingway@durham.ac.uk> | 2015-05-05 18:11:23 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-09 10:46:12 -0400 |
commit | d9565353071234ac9d36927401e50d047cf95c6c (patch) | |
tree | 1d03ea476034bff811967d3d5640e3dfcfd0291e /src/nvim/version.c | |
parent | 96997fffbde4ca5e09c4ad5a1f7010152e4239ef (diff) | |
download | rneovim-d9565353071234ac9d36927401e50d047cf95c6c.tar.gz rneovim-d9565353071234ac9d36927401e50d047cf95c6c.tar.bz2 rneovim-d9565353071234ac9d36927401e50d047cf95c6c.zip |
vim-patch:7.4.576 #2595
Problem: Redrawing problem with 'relativenumber' and 'linebreak'.
Solution: Temporarily reset 'linebreak' and restore it in more places.
(Christian Brabandt)
https://github.com/vim/vim/commit/v7-4-576
Closes #1946
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 e0cbba4cbc..841d8b4fe1 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -207,7 +207,7 @@ static int included_patches[] = { //579, 578, //577, - //576, + 576, //575, 574, //573, |