tpope / vim-vinegar

vinegar.vim: Combine with netrw to create a delicious salad dressing
https://www.vim.org/scripts/script.php?script_id=5671
2.22k stars 87 forks source link

Remove prefix of tree view items on command #108

Closed patrickpichler closed 5 years ago

patrickpichler commented 5 years ago

In order for the . , ! or y commands to work the intended way, the leading '| ' will be now stripped when executing one of the above commands.

There is the known limitation that this will not work with folders/files starting with '| ' as this was considered an edge case and too complicated for this easy fix.

Fix for #85