You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finer grained word boundaries for the REPL's line editor
Adapted from scala/scala#9017, this lets you edit:
```
scala> this.toString<ALT-BACKSPACE>
```
To:
```
scala> this.
```
Co-Authored-By: Jason Zaugg <[email protected]>
0 commit comments