Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug in Ctrl-W in xreadline implementation
when there's multiple spaces, the previous logic didn't erase them, E.g: a word | < before a word | < after Ctrl-w this patch brings the behavior closer to readlines: a word | < before a | < after Ctrl-w this also slightly changes the behavior since '/' is no longer considered a boundary.
- Loading branch information