mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 9.1.0581: Various lines are indented inconsistently
Problem: style: Various lines are indented inconsistently Solution: Retab these lines and correct some comments. (zeertzjq) closes: #15259 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
90a800274d
commit
d9be94cf03
@@ -2860,9 +2860,8 @@ parse_command_modifiers(
|
||||
{
|
||||
// The automatically inserted Visual area range is skipped, so that
|
||||
// typing ":cmdmod cmd" in Visual mode works without having to move the
|
||||
// range to after the modififiers. The command will be
|
||||
// "'<,'>cmdmod cmd", parse "cmdmod cmd" and then put back "'<,'>"
|
||||
// before "cmd" below.
|
||||
// range to after the modifiers. The command will be "'<,'>cmdmod cmd",
|
||||
// parse "cmdmod cmd" and then put back "'<,'>" before "cmd" below.
|
||||
eap->cmd += 5;
|
||||
cmd_start = eap->cmd;
|
||||
has_visual_range = TRUE;
|
||||
@@ -7267,7 +7266,7 @@ ex_resize(exarg_T *eap)
|
||||
ex_find(exarg_T *eap)
|
||||
{
|
||||
if (!check_can_set_curbuf_forceit(eap->forceit))
|
||||
return;
|
||||
return;
|
||||
|
||||
char_u *fname;
|
||||
int count;
|
||||
@@ -7359,7 +7358,7 @@ ex_edit(exarg_T *eap)
|
||||
// All other commands must obey 'winfixbuf' / ! rules
|
||||
&& (is_other_file(0, ffname) && !check_can_set_curbuf_forceit(eap->forceit))
|
||||
)
|
||||
return;
|
||||
return;
|
||||
|
||||
do_exedit(eap, NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user