Last active
April 18, 2017 12:12
-
-
Save pirey/2edccd97a361be2384d82fda33a8de62 to your computer and use it in GitHub Desktop.
close html tag properly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " NOTE: change 'input' with tag name | |
| " this will insert '/' before closing the tag | |
| " e.g <input type="text"> | |
| " will become <input type="text"/> | |
| %s/\(input.*\)\ze>/\1\/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment