Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy stuff from vim-drvo #252

Open
justinmk opened this issue Dec 21, 2024 · 0 comments
Open

copy stuff from vim-drvo #252

justinmk opened this issue Dec 21, 2024 · 0 comments

Comments

@justinmk
Copy link
Owner

justinmk commented Dec 21, 2024

vim-drvo supports substitutions in its :Shdo format:

https://github.com/matveyt/vim-drvo/blob/74ad4fe418c68a6a8e6876f73891c6fff831c4e0/doc/drvo.txt#L51-L60

"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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant