caw.vim icon indicating copy to clipboard operation
caw.vim copied to clipboard

Join undo history when inserting comment

Open tyru opened this issue 5 years ago • 0 comments

Related #160

Problem

  1. Typing gcaTODO to append comment at the end of line (// TODO)
  2. Undo (u)
  3. Comment // still remains

TODO

  1. Typing gcaTODO to append comment at the end of line (// TODO)
  2. Undo (u)
  3. Comment and TODO is removed

tyru avatar Jan 25 '21 05:01 tyru