diff src/version.c @ 30759:b41ccaa6fd84 v9.0.0714

patch 9.0.0714: with 'nowrap' two virtual text below not displayed correctly Commit: https://github.com/vim/vim/commit/1206c163dbc8caace86e53f375f298af6cfab75a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 10 15:40:04 2022 +0100 patch 9.0.0714: with 'nowrap' two virtual text below not displayed correctly Problem: With 'nowrap' two virtual text below not displayed correctly. Solution: Set text_prop_follows before continuing. Correct for number column. (closes #11333)
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Oct 2022 16:45:05 +0200
parents 74043ee52030
children c9b31c8eb3b3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    714,
+/**/
     713,
 /**/
     712,