vim-utils/vim-space

With virtualedit=onemore, can't delete space at end of line

nedbat opened this issue · 0 comments

To reproduce: :set virtualedit=onemore Then create a line with trailing spaces. Go to the very end with $l. Type di<space>. Nothing happens.