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

forward-sexp position error. #46

Open
zw963 opened this issue Jun 26, 2022 · 0 comments
Open

forward-sexp position error. #46

zw963 opened this issue Jun 26, 2022 · 0 comments
Labels

Comments

@zw963
Copy link
Contributor

zw963 commented Jun 26, 2022

Plese check following code:

def self.get_user_by_auth_token(auth_token)
  decoded_open_id = decoded["open_id"]?

  if decoded_auth_token_salt.nil?
    return nil
  end

  user
end

When the cursor is upon the def, after pressing C-M-F, What we expected is to jump to the last line after end.

But, the actual behavior is: (cursor is I)

def self.get_user_by_auth_token(auth_token)
  decoded_open_id = decoded["open_id"]?

  if decoded_auth_token_salt.nil?
    return nil
  endI

  user
end

the jumped position is after the end of if.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants