Change vsp to vs (#647)

Follow up on #639 to match vim behavior
This commit is contained in:
Ivan Tham 2021-08-26 23:20:37 +08:00 committed by GitHub
parent 68bf9fdf02
commit 4bafda3995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2175,7 +2175,7 @@ mod cmd {
},
TypableCommand {
name: "vsplit",
alias: Some("vsp"),
alias: Some("vs"),
doc: "Open the file in a vertical split.",
fun: vsplit,
completer: Some(completers::filename),