mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
normal: Add figure braces so that code is clearer
This commit is contained in:
@@ -7613,13 +7613,15 @@ static void nv_record(cmdarg_T *cap)
|
|||||||
if (cap->nchar == ':' || cap->nchar == '/' || cap->nchar == '?') {
|
if (cap->nchar == ':' || cap->nchar == '/' || cap->nchar == '?') {
|
||||||
stuffcharReadbuff(cap->nchar);
|
stuffcharReadbuff(cap->nchar);
|
||||||
stuffcharReadbuff(K_CMDWIN);
|
stuffcharReadbuff(K_CMDWIN);
|
||||||
} else
|
} else {
|
||||||
/* (stop) recording into a named register, unless executing a
|
// (stop) recording into a named register, unless executing a
|
||||||
* register */
|
// register.
|
||||||
if (!Exec_reg && do_record(cap->nchar) == false)
|
if (!Exec_reg && do_record(cap->nchar) == false) {
|
||||||
clearopbeep(cap->oap);
|
clearopbeep(cap->oap);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Handle the "@r" command.
|
* Handle the "@r" command.
|
||||||
|
Reference in New Issue
Block a user