fix: integer arguments to goto command
This commit is contained in:
parent
f0e2ef442f
commit
406e4bba45
1 changed files with 1 additions and 1 deletions
|
|
@ -1170,7 +1170,7 @@ const cmds = struct {
|
||||||
}
|
}
|
||||||
pub const goto_meta: Meta = .{
|
pub const goto_meta: Meta = .{
|
||||||
.description = "Goto line",
|
.description = "Goto line",
|
||||||
.arguments = &.{ .integer, .integer },
|
.arguments = &.{.integer},
|
||||||
};
|
};
|
||||||
|
|
||||||
pub fn goto_offset(self: *Self, ctx: Ctx) Result {
|
pub fn goto_offset(self: *Self, ctx: Ctx) Result {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue