javigon / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Wrong indent of attributes in custom html element #223

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open html file with custom directive
2. gg=G

What is the expected output? What do you see instead?
<custom
  attr="true"
  attr="true" />

instead getting this:
<custom
attr="true"
attr="true" />

What version of the product are you using? On what operating system?
osx (macvim VIM - Vi IMproved 7.4 (2013 Aug 10, compiled May  9 2014 11:52:58))
win (VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 10 2013 14:38:33)  )

Please provide any additional information below.

Original issue reported on code.google.com by k...@aquantis.net on 9 May 2014 at 2:30

GoogleCodeExporter commented 9 years ago
Known issue, see Problems and Bugs:
http://vim.sourceforge.net/scripts/script.php?script_id=2075

Original comment by anw...@gmail.com on 10 May 2014 at 4:35

GoogleCodeExporter commented 9 years ago

Original comment by chrisbr...@googlemail.com on 2 Oct 2014 at 7:51