ojroques / vim-oscyank

A Vim plugin to copy text through SSH with OSC52
BSD 2-Clause "Simplified" License
629 stars 39 forks source link

Always read options from global options (fix #40) #43

Closed j-hui closed 1 year ago

j-hui commented 1 year ago

Also, would you consider setting the default for oscyank_trim to 0? I believe that restores the original default behavior, which is to not trim what is yanked.

ojroques commented 1 year ago

Thanks! Yes I'd be willing to set the default for oscyank_trim back to 0 as it seems to cause confusion.

ojroques commented 1 year ago

I've changed the default trim otion to false in the latest commit.

j-hui commented 1 year ago

Great, thanks @ojroques !