mirror of
https://github.com/tpope/vim-surround.git
synced 2025-11-11 12:53:49 -05:00
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.