Rename multimode to multiopen

Ref #2689
This commit is contained in:
Zachary Yedidia
2023-01-24 17:06:52 -08:00
parent 432fc7ed58
commit e222ed73b8
3 changed files with 9 additions and 9 deletions

View File

@@ -223,8 +223,8 @@ Here are the available options:
default value: `true`
* `multimode`: specifies how to layout multiple files opened at startup.
Most useful as a command-line option, like `-multimode vsplit`. Possible
* `multiopen`: specifies how to layout multiple files opened at startup.
Most useful as a command-line option, like `-multiopen vsplit`. Possible
values correspond to commands (see `> help commands`) that open files:
* `tab`: open each file in a separate tab.
* `vsplit`: open files side-by-side.