maxbrunsfeld / vim-yankstack

A lightweight implementation of emacs's kill-ring for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yankstack supresses vim report '4 more lines'

rehanog opened this issue · comments

Love yankstack - thanks for the great plugin.

Only gripe: after installing yankstack, I no longer get vim telling me 'X more lines' when I paste in X lines.

Any way to fix this?

thanks,

Rehan

Ah, good point. I'd like to fix this.

@rehanog, I've looked into this a little, and I haven't found a good way to fix it. I don't know why the message is not being printed out; yankstack just uses vim's native paste functionality. In the worst case, we could re-implement the functionality by manually calculating the number of lines being pasted and echoing it ourselves, but that seems like an ugly solution. I would be very happy to merge a pull request that addresses this issue by any means necessary, but I don't think I'm going to solve this one myself, just for lack of spare time. Thanks for pointing it out.