commit | a42e6e0082a6d564dbfa55317d4a698ac12ae898 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 10 18:43:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 10 18:43:25 2021 +0200 |
tree | f494a8a3be7ec38071904e8c1c4558cf0d53113e | |
parent | 54656015d384a96ef814dfcf2a18e47f5ba3df14 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d031136..055179c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2969, +/**/ 2968, /**/ 2967,