cmp.complete()
does not apply one-time config
parameter to completion
#1139
Labels
bug
Something isn't working
FAQ
Announcement
Minimal reproducible full config
Description
I have
<C-f>
mapped to callcmp.complete()
with a one-time config parameter, but the config seems to be ignored. In this example, the base config useswildmenu
while the mapping usescustom
. The issue seems to happen with other config definitions as well (I've tried it with window bordersdouble
andsingle
, with the same result—I never get asingle
border).Steps to reproduce
<C-f>
to run the mapping that triggers completion with the new config parameter.Expected behavior
cmp.complete()
should display a completion view based on the config parameters passed into it.Actual behavior
cmp.complete()
runs, but the completion view displayed only uses the original setup config, and not the one-time config passed to it.Additional context
No response
The text was updated successfully, but these errors were encountered: