Unify spelling of key binding
to be two words
This commit is contained in:
parent
bd85ef363f
commit
9d88cd8842
3 changed files with 7 additions and 7 deletions
|
@ -85,7 +85,7 @@ impl<'a> NeovimBackedTestContext<'a> {
|
|||
let mut marked_text = unmarked_text.clone();
|
||||
marked_text.insert(*cursor_offset, 'ˇ');
|
||||
|
||||
// None represents all keybindings being exempted for that initial state
|
||||
// None represents all key bindings being exempted for that initial state
|
||||
self.exemptions.insert(marked_text, None);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue