vim-marked
vim-marked copied to clipboard
`:MarkedPreview` sends entire lines, not specific visual selection
If one selects words in a line with ^v
and issues :MarkedPreview
, the full line(s) are sent to Marked. This should only sent the specific text that is selected.