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

How to make the with-words extending work on regular, automatic completion? #181

Open
psprint opened this issue Jul 16, 2020 · 1 comment

Comments

@psprint
Copy link

psprint commented Jul 16, 2020

Hi,
I'm using the following snippet in order to make the "completion extended with the words that follows the previous expansion in other contexts", as per README:

imap <expr> <C-A> mucomplete#extend_fwd("\<C-A>")

However, it works only when I start the completion with Tab. Can this feature be also used with the regular, multi-stage – and also automatically (i.e.: always) active completion?

@lifepillar
Copy link
Owner

It works for me, independent of how the completion menu is triggered. A menu item must be selected, then you may press CTRL-A to extend it.

I don't know what you mean by "regular, multi-stage" completion. Can you provide a more detailed example of how you are expecting it to work?

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

No branches or pull requests

2 participants