Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Wrong indention on multiline variable declaration #8

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Add a multiline list of variable declarations

What is the expected output? What do you see instead?

Expect something like this:
var var1, var2
\t  var3, var4;

Get something like that:
var var1, var2,
var3, var4;

What version of the product are you using? On what operating system?
Latest from here: http://www.vim.org/scripts/script.php?script_id=3081
OS is Windows.

Original issue reported on code.google.com by [email protected] on 24 Apr 2011 at 4:26

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions