Skip to content

Commit

Permalink
you can use sp now as we support horizontal splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Oct 19, 2016
1 parent 28c3688 commit a7caf7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cmd_line/subparser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ export const commandParsers = {
s: parseSubstituteCommandArgs,
vs: fileCmd.parseEditFileInNewWindowCommandArgs,
vsp: fileCmd.parseEditFileInNewWindowCommandArgs,
sp: fileCmd.parseEditFileInNewWindowCommandArgs,
split: fileCmd.parseEditFileInNewWindowCommandArgs,
vsplit: fileCmd.parseEditFileInNewWindowCommandArgs,
ne: fileCmd.parseEditNewFileInNewWindowCommandArgs,
vne: fileCmd.parseEditNewFileInNewWindowCommandArgs,
new: fileCmd.parseEditNewFileInNewWindowCommandArgs,
vnew: fileCmd.parseEditNewFileInNewWindowCommandArgs,

set: parseOptionsCommandArgs,
Expand Down

0 comments on commit a7caf7e

Please sign in to comment.