emacs-evil / emacs-evil/evil

evil-forward-word-begin gets stuck on interpolated strings in elixir-mode

Open
#693 0 comments 6 reactions 0 assignees View on GitHub
bug major
Dominant language
Emacs Lisp
Stars
3.9k
Forks
307
PR merge metrics
No merged PRs in 30d

Description

Originally reported by: **Aaron Jensen (Bitbucket: [aaronjensen1](https://bitbucket.org/aaronjensen1), GitHub: Unknown)**

----------------------------------------

I don't know if this is somehow an elixir-mode bug, but it seems like it probably isn't? Let me know if it would be better to open it there. Thanks!

## Repro ##

* `make emacs`
* Install elixir-mode, make sure it is in load-path
* `(require 'elixir-mode)`
* `M-x elixir-mode`
* Insert: `"test #{test} test"`
* Go to beg of line w/ `0`, hit `w` several times.

### Expected ###

Go through the test words, passing each one

### Actual ###

Get stuck on the `#`, no amount of `w` goes past it

----------------------------------------
- Bitbucket: https://bitbucket.org/lyro/evil/issue/693

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.