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

do not ignore bound completion widgets #718

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shadarim
Copy link

Hi,

I have some completion widgets, which I use from time to time bound in my config. Notably:
_history-complete-older
_history-complete-newer
_history_complete_word

I noticed that when I use them they insert the word from history, but also lead to the suggestion line beeing completed till the end after the inserted word. This kind of messes up what I was trying to do in the first place. So I wrote a small fix which would only add the NON-bound completion widgets (beginning with _) to the ignore_widgets array.

Seems to work nicely, so maybe you could have a look.

Thanks

BR
s.

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

Successfully merging this pull request may close these issues.

None yet

1 participant