-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
- 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
Labels
No labels