tyru / caw.vim

Vim comment plugin: supported operator/non-operator mappings, repeatable by dot-command, 300+ filetypes
379 stars 48 forks source link

Join undo history when inserting comment #159

Open tyru opened 3 years ago

tyru commented 3 years ago

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