Skip to content

Commit 9d093fd

Browse files
committed
patch 9.0.1841: style: trailing whitespace in ex_cmds.c
Problem: style: trailing whitespace in ex_cmds.c Solution: remove it Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 397e356 commit 9d093fd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/ex_cmds.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,11 +2646,11 @@ do_ecmd(
26462646
goto theend;
26472647
}
26482648

2649-
2649+
26502650
// End Visual mode before switching to another buffer, so the text can be
26512651
// copied into the GUI selection buffer.
26522652
// Careful: may trigger ModeChanged() autocommand
2653-
2653+
26542654
// Should we block autocommands here?
26552655
reset_VIsual();
26562656

src/version.c

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

700700
static int included_patches[] =
701701
{ /* Add new patch number below this line */
702+
/**/
703+
1841,
702704
/**/
703705
1840,
704706
/**/

0 commit comments

Comments
 (0)