comparison 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
comparison
equal deleted inserted replaced
25333:2924f8e23841 25334:c11fc61b0872
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3204,
758 /**/ 760 /**/
759 3203, 761 3203,
760 /**/ 762 /**/
761 3202, 763 3202,
762 /**/ 764 /**/