commit | c9e7e344ed390d2a22afb88001b6aa80832d2541 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 22 21:33:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 22 21:33:03 2021 +0200 |
tree | b2431a8a3b934783e302317653c5c3b4a6f2e8c9 | |
parent | cd268017cf79a546a494883b4b026a3cbbd9a8a0 [diff] [blame] |
patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap Problem: Display garbled when 'cursorline' is set and lines wrap. (Gabriel Dupras) Solution: Avoid inserting lines twice.
diff --git a/src/version.c b/src/version.c index ef2ea8d..bd36437 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3204, +/**/ 3203, /**/ 3202,