Unify spelling of key binding to be two words

This commit is contained in:
Joseph Lyons 2023-03-22 13:34:12 -04:00
parent bd85ef363f
commit 9d88cd8842
3 changed files with 7 additions and 7 deletions

View file

@ -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);
}
}