Formatting fix
This commit is contained in:
parent
c39a4d5879
commit
a5dcca6f78
|
@ -184,9 +184,9 @@ ParameterDesc edit_params{
|
||||||
{ "scroll", { false, "place the initial cursor so that the fifo will scroll to show new data" } } },
|
{ "scroll", { false, "place the initial cursor so that the fifo will scroll to show new data" } } },
|
||||||
ParameterDesc::Flags::None, 0, 3
|
ParameterDesc::Flags::None, 0, 3
|
||||||
};
|
};
|
||||||
const CommandDesc edit_cmd = {
|
const CommandDesc edit_cmd = {
|
||||||
"edit",
|
"edit",
|
||||||
"e",
|
"e",
|
||||||
"edit [<switches>] <filename> [<line> [<column>]]: open the given filename in a buffer",
|
"edit [<switches>] <filename> [<line> [<column>]]: open the given filename in a buffer",
|
||||||
edit_params,
|
edit_params,
|
||||||
CommandFlags::None,
|
CommandFlags::None,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user