maxbrunsfeld / vim-yankstack

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

[Fix #6] Add detection and workaround for clipboard=unnamed #8

Closed pearofducks closed 12 years ago

maxbrunsfeld commented 12 years ago

Thanks for this, @pearofducks.

maxbrunsfeld commented 12 years ago

By the way, I've begun to test-drive my development on yankstack using RSpec and vimbot. Before merging this pull-request, I added failing tests for clipboard=unnamed support. Happily, after merging your code, the tests passed.

pearofducks commented 12 years ago

Awesome! Thanks for testing. :)