mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
refactor: follow style guide
This commit is contained in:
@@ -1708,8 +1708,8 @@ int do_ucmd(exarg_T *eap, bool preview)
|
||||
save_current_sctx = current_sctx;
|
||||
current_sctx.sc_sid = cmd->uc_script_ctx.sc_sid;
|
||||
}
|
||||
(void)do_cmdline(buf, eap->getline, eap->cookie,
|
||||
DOCMD_VERBOSE|DOCMD_NOWAIT|DOCMD_KEYTYPED);
|
||||
do_cmdline(buf, eap->getline, eap->cookie,
|
||||
DOCMD_VERBOSE|DOCMD_NOWAIT|DOCMD_KEYTYPED);
|
||||
|
||||
// Careful: Do not use "cmd" here, it may have become invalid if a user
|
||||
// command was added.
|
||||
|
Reference in New Issue
Block a user