diff src/version.c @ 29568:8f71840ecf07 v9.0.0125

patch 9.0.0125: cursor positioned wrong with virtual text after the line Commit: https://github.com/vim/vim/commit/84b247fab70e9b76539c2a0e24556e7c66126974 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 1 11:17:40 2022 +0100 patch 9.0.0125: cursor positioned wrong with virtual text after the line Problem: Cursor positioned wrong with virtual text after the line. Solution: Clear cts_with_trailing.
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Aug 2022 12:30:05 +0200
parents 99e3763cbd34
children bc47aeacc8d8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    125,
+/**/
     124,
 /**/
     123,