Skip to content

Bug: vai is not indenting the last line #20

@rjshrjndrn

Description

@rjshrjndrn

Hi, Thanks for this awesome plugin

I am facing one wierd issue, regarding vai and vaI
Below is an excerpt of Vagrant file.

    end
    
    # starting provisionig only after all nodes are up
    if i == node_count
        config.vm.provision "ansible" do |ansible|
            ansible.playbook = "prereq.yaml"
            ansible.limit = "all"
            ansible.verbose = "v"
            ansible.groups = {
                "dp-yarn-master" => ["master"],
                "dp-yarn-slave" => ["node-[1:#{node_count}]"],
                "[dp-yarn:children]" => ["dp-yarn-master", "dp-yarn-slave"]
                }
            }
        end
    end

if I do vai from line number 15, isn't it supposed to select line number 16 also?
But vaI is working as expected.

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