Skip to content

Commit

Permalink
patch 9.0.1976: style: space before tab in optionstr.c
Browse files Browse the repository at this point in the history
Problem:  style: space before tab in optionstr.c
Solution: remove the space

Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed Oct 2, 2023
1 parent 993b175 commit 3f168ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/optionstr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2381,7 +2381,7 @@ expand_set_highlight(optexpand_T *args, int *numMatches, char_u ***matches)
char_u *p;
expand_T *xp = args->oe_xp;
static char_u hl_flags[HLF_COUNT] = HL_FLAGS;
size_t i;
size_t i;
int count = 0;

if (xp->xp_pattern > args->oe_set_arg && *(xp->xp_pattern-1) == ':')
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1976,
/**/
1975,
/**/
Expand Down

0 comments on commit 3f168ec

Please sign in to comment.