I created this plugin out of frustration that the :tabedit command
can only receive one argument and has no support for file patterns.
This plugin allows you to open multiple files with one command and
supports file patterns and Vim's file command completion.
You can define a custom name for the command. For example:
let g:multiedit_command = 'M'Default: Multiedit
Multiedit will use
glob() to parse given arguments.Set this variable to
0 to disable this behaviour.Default: 1
Edit each given
file in a new tab. Without arguments, open an empty tab.Will report glob pattern errors, use with
! to ignore them.