mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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>
This commit is contained in:
parent
397e356d7b
commit
9d093fd056
@ -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();
|
||||
|
||||
|
@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1841,
|
||||
/**/
|
||||
1840,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user