maxbrunsfeld / vim-yankstack

A lightweight implementation of emacs's kill-ring for vim
437 stars 29 forks source link

Breaks vim-surround's visual mapping #16

Closed sandro closed 12 years ago

sandro commented 12 years ago

I'm not sure if this is an issue worth worrying about, but when I installed yankstack, vim-surround's visual surround macro (vS") stopped working. Excluding 'S' from yank_keys seems to fix the problem, though I'm sure it breaks something else.

let yank_keys  = ['c', 'C', 'd', 'D', 's', 'x', 'X', 'y', 'Y']
maxbrunsfeld commented 12 years ago

See this issue: https://github.com/maxbrunsfeld/vim-yankstack/issues/9

sandro commented 12 years ago

Oh damn! Thanks.