This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
emmet-vim-fork
Watch
1
Star
0
Fork
0
forked from
VimPlug/emmet-vim
Code
Pull Requests
Activity
367
Commits
7
Branches
1
Tag
5efe248f0e15dd0ca9f2c0d73487f28b27661cd3
Commit Graph
2 Commits
This Branch
This Branch
All Branches
Author
SHA1
Message
Date
Jesse Luehrs
8f290b913e
oops, fix the regex (clear out everything before matched tags)
2011-09-22 15:11:44 +09:00
Jesse Luehrs
25ecc2ca99
don't screw up expansion if there's already an existing tag (
#23
)
...
<p>a>b_</p> now expands to <p><a><b>_</b></a></p> rather than <p> <a><b></b></a> </p></p>
2011-09-22 15:08:10 +09:00