Change vsp to vs (#647)

Follow up on #639 to match vim behavior
imgbot
Ivan Tham 3 years ago committed by GitHub
parent 68bf9fdf02
commit 4bafda3995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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),

Loading…
Cancel
Save