Skip to content

Commit 3f168ec

Browse files
committed
patch 9.0.1976: style: space before tab in optionstr.c
Problem: style: space before tab in optionstr.c Solution: remove the space Signed-off-by: Christian Brabandt <[email protected]>
1 parent 993b175 commit 3f168ec

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/optionstr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2381,7 +2381,7 @@ expand_set_highlight(optexpand_T *args, int *numMatches, char_u ***matches)
23812381
char_u *p;
23822382
expand_T *xp = args->oe_xp;
23832383
static char_u hl_flags[HLF_COUNT] = HL_FLAGS;
2384-
size_t i;
2384+
size_t i;
23852385
int count = 0;
23862386

23872387
if (xp->xp_pattern > args->oe_set_arg && *(xp->xp_pattern-1) == ':')

src/version.c

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

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1976,
707709
/**/
708710
1975,
709711
/**/

0 commit comments

Comments
 (0)