issues
search
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
Typing
gcaTODO
to append comment at the end of line (
// TODO
)
Undo (
u
)
Comment
//
still remains
TODO
Typing
gcaTODO
to append comment at the end of line (
// TODO
)
Undo (
u
)
Comment and
TODO
is removed
Related #160
Problem
gcaTODO
to append comment at the end of line (// TODO
)u
)//
still remainsTODO
gcaTODO
to append comment at the end of line (// TODO
)u
)TODO
is removed