Skip to content

Commit ba53435

Browse files
committed
patch 7.4.1763
Problem: Coverity: useless assignment. Solution: Add #if 0.
1 parent 268a06c commit ba53435

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/spell.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,9 @@ find_word(matchinf_T *mip, int mode)
16491649
}
16501650
}
16511651
#endif
1652+
#if 0 /* Disabled, see below */
16521653
c = mip->mi_compoff;
1654+
#endif
16531655
++mip->mi_complen;
16541656
if (flags & WF_COMPROOT)
16551657
++mip->mi_compextra;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1763,
751753
/**/
752754
1762,
753755
/**/

0 commit comments

Comments
 (0)