Using Vim as an HTML editor

后端 未结 5 600
你的背包
你的背包 2021-02-01 15:43

You know how Notepad++ has this feature that when you click on a tag (say ) it automatically highlights the ending tag () as well? What\'s it called? And how do you tweak Vim to

5条回答
  •  长情又很酷
    2021-02-01 16:29

    Look into this link

    it describes a bug report and the patch(es) which may fix it.

    set matchpairs+=<:>
    set showmatch
    set matchtime=3
    

提交回复
热议问题