othree / html5.vim

HTML5 omnicomplete and syntax
http://www.vim.org/scripts/script.php?script_id=3236
934 stars 76 forks source link

Indent issue with last commit #77

Closed RoXuS closed 8 years ago

RoXuS commented 8 years ago

Hello @othree,

Thank you for your plugin that I use for several years.

Since your last commit (6c1ac5d5f458cdd38f57d9e0617d9a0df482a317), I have issue with the indent.

With the last commit:

<dom-module id="my-component">
  <template>

    <paper-toolbar>
      </paper-toolbar>
  </template>
  <script src="my-component.js"></script>
  </dom-module>

Without:

<dom-module id="my-component">
  <template>

    <paper-toolbar>
    </paper-toolbar>
  </template>
  <script src="my-component.js"></script>
</dom-module>

It seems, Vim doesn't have a better indent ahah.

Maybe is an issue with my config ?

Vim version: 8.0.52.

RoXuS commented 8 years ago

thx ! ffd6548d8623eafbf7d8505d6d759f847b2adcad

othree commented 6 years ago

A bug of Vim builtin indent file. Just fixed.