mirror of
https://github.com/tpope/vim-surround.git
synced 2026-04-26 17:30:28 +08:00
597068870b
In #254, probably because the tag is followed by <CR>, cstta<CR> sets regtype 'V'(linewise) though its keeper doesn't end with <CR>. And setreg() adds extra <CR> at @". Remove this extra <CR> and fix adding <CR> method.