aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authoroni-link <knil.ino@gmail.com>2014-04-17 22:36:17 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-18 10:03:07 -0300
commitc142abf7e88eb4f51ebb58fd8557b0aee5fed308 (patch)
tree2bb2328bbb0bcad0ad07a497e1f62540462e5003 /src/version.c
parentca4005d759d933e71dfd5bf1539992c9ed23b3ca (diff)
downloadrneovim-c142abf7e88eb4f51ebb58fd8557b0aee5fed308.tar.gz
rneovim-c142abf7e88eb4f51ebb58fd8557b0aee5fed308.tar.bz2
rneovim-c142abf7e88eb4f51ebb58fd8557b0aee5fed308.zip
vim-patch:7.4.226
Problem: Cursurline highlighting not redrawn when scrolling. (John Marriott) Solution: Check for required redraw in two places. https://code.google.com/p/vim/source/detail?r=b650f2db8f9604124c0ddfb14af0c04bd4ae0580
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c
index d6076d665b..e1019be5bc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -234,7 +234,7 @@ static int included_patches[] = {
229,
//228,
//227,
- //226,
+ 226,
//225,
//224,
//223,