diff src/version.c @ 25334:c11fc61b0872 v8.2.3204

patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap Commit: https://github.com/vim/vim/commit/c9e7e344ed390d2a22afb88001b6aa80832d2541 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 22 21:33:03 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Jul 2021 21:45:04 +0200
parents 34fe6aca48c2
children 92e7a55ab0ff
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3204,
+/**/
     3203,
 /**/
     3202,