diff src/version.c @ 26350:13cce5c82c9a v8.2.3706

patch 8.2.3706: text property highlighting is used on Tab Commit: https://github.com/vim/vim/commit/42eba04522d6be04393f59a9eab47833e7594650 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 30 20:22:49 2021 +0000 patch 8.2.3706: text property highlighting is used on Tab Problem: Text property highlighting is used on Tab. Solution: Only set in_linebreak when not on a Tab. (closes https://github.com/vim/vim/issues/9242)
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Nov 2021 21:30:04 +0100
parents bf1a7ce3f14a
children f209f28ad898
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3706,
+/**/
     3705,
 /**/
     3704,