fix: add command description for goto_line_vim
This commit is contained in:
parent
5bc7f4c2e8
commit
db60fa1686
1 changed files with 1 additions and 1 deletions
|
|
@ -6286,7 +6286,7 @@ pub const Editor = struct {
|
||||||
self.clamp();
|
self.clamp();
|
||||||
try self.send_editor_jump_destination();
|
try self.send_editor_jump_destination();
|
||||||
}
|
}
|
||||||
pub const goto_line_vim_meta: Meta = .{ .arguments = &.{.integer} };
|
pub const goto_line_vim_meta: Meta = .{ .description = "Goto line (vim)", .arguments = &.{.integer} };
|
||||||
|
|
||||||
pub fn select_to_line_vim(self: *Self, ctx: Context) Result {
|
pub fn select_to_line_vim(self: *Self, ctx: Context) Result {
|
||||||
try self.send_editor_jump_source();
|
try self.send_editor_jump_source();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue