diff options
author | Teddy Wing | 2014-06-28 08:47:38 -0400 |
---|---|---|
committer | Teddy Wing | 2014-06-28 08:50:37 -0400 |
commit | 735eccee90844afa6a684d142ccb9796e2a6f611 (patch) | |
tree | 04302508f80caeed8d2f653afe40b3f1ff49bbe2 /plugin | |
parent | efe80dae8fcc95865794d32055a997a479ae81d5 (diff) | |
download | dotvim-735eccee90844afa6a684d142ccb9796e2a6f611.tar.bz2 |
vimrc: add mapping to split multiple XML tags to separate lines
Faster way of going from
<div><span>Hello, world!</span></div>
to
<div>
<span>Hello, world!</span>
</div>
Respects current indentation length and expandtab value.
Diffstat (limited to 'plugin')
0 files changed, 0 insertions, 0 deletions