Skip to content

Commit

Permalink
patch 9.0.1841: style: trailing whitespace in ex_cmds.c
Browse files Browse the repository at this point in the history
Problem:  style: trailing whitespace in ex_cmds.c
Solution: remove it

Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed Sep 2, 2023
1 parent 397e356 commit 9d093fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ex_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -2646,11 +2646,11 @@ do_ecmd(
goto theend;
}


// End Visual mode before switching to another buffer, so the text can be
// copied into the GUI selection buffer.
// Careful: may trigger ModeChanged() autocommand

// Should we block autocommands here?
reset_VIsual();

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ static char *(features[]) =

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

0 comments on commit 9d093fd

Please sign in to comment.