Use US English spelling of "behavior" and "customize" (#15117)
This PR fixes some instances that weren't using US English spellings of "behavior" and "customize". Release Notes: - N/A
This commit is contained in:
parent
9c9a0bd24f
commit
0297a42735
14 changed files with 35 additions and 35 deletions
|
@ -392,7 +392,7 @@ impl Vim {
|
|||
}
|
||||
|
||||
// When handling an action, you must create visual marks if you will switch to normal
|
||||
// mode without the default selection behaviour.
|
||||
// mode without the default selection behavior.
|
||||
fn store_visual_marks(&mut self, cx: &mut WindowContext) {
|
||||
let mode = self.state().mode;
|
||||
if mode.is_visual() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue