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

Bug: vai is not indenting the last line #20

Open
rjshrjndrn opened this issue Oct 22, 2018 · 1 comment
Open

Bug: vai is not indenting the last line #20

rjshrjndrn opened this issue Oct 22, 2018 · 1 comment

Comments

@rjshrjndrn
Copy link

rjshrjndrn commented Oct 22, 2018

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.

@jsit
Copy link

jsit commented Oct 9, 2020

vai isn't supposed to select the line below the indent. Only vaI is: https://github.com/michaeljsmith/vim-indent-object#usage

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