Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indent issue with last commit #77

Closed
RoXuS opened this issue Nov 2, 2016 · 2 comments
Closed

Indent issue with last commit #77

RoXuS opened this issue Nov 2, 2016 · 2 comments

Comments

@RoXuS
Copy link

RoXuS commented Nov 2, 2016

Hello @othree,

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

Since your last commit (6c1ac5d), 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
Copy link
Author

RoXuS commented Nov 14, 2016

thx ! ffd6548

@othree
Copy link
Owner

othree commented Mar 8, 2018

A bug of Vim builtin indent file. Just fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants