As described in the title, it will only appear when entering the html tag
The target is
<svg width="300" height="300"><svg>
turn out
<svg
width="300" height="300">
<svg>
曾经蜡笔没有小新2017-05-16 16:37:24
Problem solved
There is a sentence in my vimrc configuration
tw=2
Just delete it
为情所困2017-05-16 16:37:24
Enter a copy of the vim usage tutorial through vimtutor. There are instructions inside