diff src/version.c @ 31257:6ebd92646276 v9.0.0962

patch 9.0.0962: virtual text below cannot be placed below empty lines Commit: https://github.com/vim/vim/commit/38854b565acba39eff36cf3c6396c911bf072bdc Author: porygonisaduck <alvaradx@umich.edu> Date: Sun Nov 27 20:55:05 2022 +0000 patch 9.0.0962: virtual text below cannot be placed below empty lines Problem: Virtual text below cannot be placed below empty lines. Solution: Add one character. (James Alvarado, closes https://github.com/vim/vim/issues/11606, closes https://github.com/vim/vim/issues/11520)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Nov 2022 22:00:03 +0100
parents 87ff5e71d3c2
children a7dba627a21b
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 */
 /**/
+    962,
+/**/
     961,
 /**/
     960,