vim-vinegar icon indicating copy to clipboard operation
vim-vinegar copied to clipboard

. map does not recognize | as tree leaf if g:netrw_liststyle=3

Open Konfekt opened this issue 10 years ago • 1 comments

Then, for example, hitting . on the file

rabbit\turtle.vim,

visualized by netrw as

rabbit | turtle.vim

would insert

rabbit| turtle.

Konfekt avatar Apr 09 '14 17:04 Konfekt

Tree style is kind of quirky so I don't officially support it, but I'll accept a patch. Stripping off the | is pretty easy, but constructing the full path will be a bit trickier.

tpope avatar Apr 10 '14 19:04 tpope