VIM: Difference between revisions

97 bytes added ,  21 September 2023
m
cocinstall
Line 88: Line 88:
(highlight lines) =
(highlight lines) =
</source>
</source>
== Remove all HTML tags ==
<syntaxhighlight lang="vim">
:%s/<\_.\{-1,\}>//g
</syntaxhighlight>


= .vimrc =
= .vimrc =