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

Last update on mac os seems to have borked yanking navigating and pasting to a different file. #97

Closed dsalazar32 closed 4 years ago

dsalazar32 commented 6 years ago

@tpope long time fan and follower of your work circa Hashrocket days. It seems like the last mac update messes with the following vi workflow: yanking (yy) content from one file -> navigating via vinegar to another -> and pasting (p). Nothing happens other than creating a new empty line. Very strange behavior. Below find the installed versions of OS, Terminal, and Plugins. Hope it's helpful.

Versions installed: OS: macOS High Sierra (Version 10.13.4) Terminal: Iterm2 (build 3.1.6)

Hope this is helpful. Cheers.

tpope commented 6 years ago

Have you tried with bare Netrw?

dsalazar32 commented 6 years ago

I gave Netrw a try and the yank/paste between files seems to work as expected.

tpope commented 6 years ago

Try turning the banner back on with let g:netrw_banner = 1. There seem to be a lot of Netrw quirks when you turn it off.

dsalazar-carecloud commented 6 years ago

That did it! Weird that was never an issue before. Thanks for the assist really appreciate it.

tostr7191 commented 4 years ago

I have the same problem as OP (macos 10.14.6/neovim --HEAD). Turning banner on fixes the problem. So this bug should be reported against netrw?

tpope commented 4 years ago

Yes please!