feat: allow using different wordbreak chars for completion and subword nav #2

Open
blokyk wants to merge 1 commit from blokyk/replxx:feat/completion-word-break into master
Member

in our use case, this allows us to avoid having to re-tokenize the line just to whole attrset access expressions (and a few other edge cases as well) for completion/hints. this was already a (bigger) problem with editline, but at least here we can solve it pretty cleanly.

(ps: the subword navigation was already implemented, but just not in the public API)

in our use case, this allows us to avoid having to re-tokenize the line just to whole attrset access expressions (and a few other edge cases as well) for completion/hints. this was already a (bigger) problem with editline, but at least here we can solve it pretty cleanly. (ps: the subword navigation was already implemented, but just not in the public API)
in our usecase, this allows us to avoid having to re-tokenize the line
just to get whole attrset access expressions (and a few other edge cases
as well) for completion/hints

the subword navigation was already implemented, but just not
configurable from the user side
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feat/completion-word-break:blokyk-feat/completion-word-break
git switch blokyk-feat/completion-word-break

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff blokyk-feat/completion-word-break
git switch blokyk-feat/completion-word-break
git rebase master
git switch master
git merge --ff-only blokyk-feat/completion-word-break
git switch blokyk-feat/completion-word-break
git rebase master
git switch master
git merge --no-ff blokyk-feat/completion-word-break
git switch master
git merge --squash blokyk-feat/completion-word-break
git switch master
git merge --ff-only blokyk-feat/completion-word-break
git switch master
git merge blokyk-feat/completion-word-break
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lix-project/replxx!2
No description provided.