commit | 11a58af66fa5c442f0a22c5d59beabf187ed4e89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 22:32:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 22:32:31 2019 +0200 |
tree | 19b2b26b7907004365c26f85a667655c45c17d3a | |
parent | aa1f04d09286085c4031bc7c4ca9fa672f6f4905 [diff] [blame] |
patch 8.1.2214: too much is redrawn when 'cursorline' is set Problem: Too much is redrawn when 'cursorline' is set. Solution: Don't do a complete redraw. (closes #5079)
diff --git a/src/version.c b/src/version.c index 4cd05a8..77ce139 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2214, +/**/ 2213, /**/ 2212,