DJMcMayhem / V

A golfing language inspired by everybody's favorite text editor, vim.
77 stars 9 forks source link

Duplicate operator is borked with block movements #7

Open DJMcMayhem opened 8 years ago

DJMcMayhem commented 8 years ago

For example, this program should output

HHello
WWorld

But does not. Or this program is a more explicit way to do the same thing (the program is <M-d><C-v>j)

It doesn't seem to be causing issues when you override the linewise setting with V or v, only <C-v> and mappings that use it.