Skip to content

vim: fix copy-cliboard operations at buffer end

Sébastien Lafargue requested to merge wip/slaf/yyp-fix into master

When we copy some text with a bound at the buffer end, we need to add a \n.

We also fix c and x whenn used with no slection in sublime text keybinding.

FIX #618 (closed)

Merge request reports