diff src/version.c @ 24862:f1a390885192 v8.2.2969

patch 8.2.2969: subtracting from number option fails when result is zero Commit: https://github.com/vim/vim/commit/a42e6e0082a6d564dbfa55317d4a698ac12ae898 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 10 18:43:25 2021 +0200 patch 8.2.2969: subtracting from number option fails when result is zero Problem: Subtracting from number option fails when result is zero. (Ingo Karkat) Solution: Reset the string value when using the numeric value. (closes #8351)
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Jun 2021 18:45:03 +0200
parents 594edca79708
children db4afe19285d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2969,
+/**/
     2968,
 /**/
     2967,