Skip to content

{VISUAL} doesn't keep the indentation #177

@janko

Description

@janko

I have the following snippet:

snippet b block
    ${1}
        {VISUAL}
    end

And I have the following Ruby code

class Foo
end

and I visually select those 2 lines, press <Tab>b<Tab>, then I expect to end up with this:

*cursor*
  class Foo
  end
end

But I end up with this:

*cursor*
  class Foo
end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions