vim: Register backquote object (#25502)
Closes #25496 Release Notes: - vim: Fixed operations on backtick quotes
This commit is contained in:
parent
e5b97a5e48
commit
bbb8d63de0
1 changed files with 3 additions and 0 deletions
|
@ -303,6 +303,9 @@ pub fn register(editor: &mut Editor, cx: &mut Context<Vim>) {
|
|||
Vim::action(editor, cx, |vim, _: &Quotes, window, cx| {
|
||||
vim.object(Object::Quotes, window, cx)
|
||||
});
|
||||
Vim::action(editor, cx, |vim, _: &BackQuotes, window, cx| {
|
||||
vim.object(Object::BackQuotes, window, cx)
|
||||
});
|
||||
Vim::action(editor, cx, |vim, _: &AnyQuotes, window, cx| {
|
||||
vim.object(Object::AnyQuotes, window, cx)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue