-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
vim-drvo supports substitutions in its :Shdo format:
"mask" concept seems useful:
:Selectfile [mask] *:Selectfile*
Add files matching [mask] to |arglist|.
mappings?
D Clear |arglist|
<C-D> Show "Change drive" dialog {only available on MS-Windows}
<kMultiply> Toggle all items in |arglist|
! Edit shell command |:!cmd| with selected item(s)
Hint: use double hash |c_##| to refer to |arglist|
functions:
drvo#prettify() *drvo#prettify()*
This function is called by drvo |ftplugin| to prepare the buffer for
display. It sorts the items, among other things. See |after-directory| if
you're not happy with it.