1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-06-10 18:43:25 +02:00
parent 54656015d3
commit a42e6e0082
3 changed files with 12 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2969,
/**/
2968,
/**/