jnurmine / Zenburn

Zenburn is a low-contrast color scheme for Vim.
http://kippura.org/zenburnpage
891 stars 149 forks source link

Highlight and copy to clipboard w/o a line break #15

Closed darrencauthon closed 8 years ago

darrencauthon commented 8 years ago

Before I highlighted, copied, and got this:

set
t_Co=256

but I wanted this:

set t_Co=256
darrencauthon commented 8 years ago

It worked, btw, love the colors in my terminal. Been using zenburn for years, thank you very much!!!

jnurmine commented 8 years ago

You're welcome, glad you like it! The pull req does reduce confusion, so in it goes. Thanks! I amended the commit with a signed-off line.

darrencauthon commented 8 years ago

np, thanks again :smile: