diff src/version.c @ 31283:0db9f6400e71 v9.0.0975

patch 9.0.0975: virtual text below empty line misplaced when 'number' set Commit: https://github.com/vim/vim/commit/7c02ad9f8906b576e53a62342c68ae557f67bacc Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 29 21:37:13 2022 +0000 patch 9.0.0975: virtual text below empty line misplaced when 'number' set Problem: Virtual text below an empty line is misplaced when 'number' is set. Solution: Adjust the computations. (closes #11629)
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Nov 2022 22:45:03 +0100
parents cab7d8accab7
children 76acee969543
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    975,
+/**/
     974,
 /**/
     973,