Skip to content

SidewaysJump* little issues #14

Open
@andreiglingeanu

Description

@andreiglingeanu
  1. When I have this line of code (cursor is ^):
= f.text_field :email, autofocus: true, class: "form-control", placeholder: "Email", :"ng-model"=>'email', :'ng-change'=>'detect2factorAuth()'
---^

And I execute :SidewaysJumpRight it doesn't take me to the next argument. Is this by purpose?
2)
When I have this long line of code (cursor is ^):

= f.text_field :email, autofocus: true,
                     class: "form-control", placeholder: "Email", :"ng-model"=>'email',
----------------------^
                     :'ng-change'=>'detect2factorAuth()'

And I execute :SidewaysJumpRight it also doesn't work. In this case :Sideways* also doesn't work.

I understand that this maybe is an implementation difficulty.

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