bagohart
bagohart
I assume bundling is better/necessary if the interface changes often, and if the command is named differently depending on the platform. I think neither is the case here, so I...
I added that line at the beginning of the minimal reproducible config from above, but the bug is still happening. Is it possible, as a workaround, to completely disable `nvim-cmp`...
I've just tried it with that file, i.e. `nvim --clean -u init.vim.reproduce_bug_in_nvim_cmp_2 init.vim.reproduce_bug_in_nvim_cmp_2` but the bug still happens. On my first few attempts, the correct line was selected, but after...
I just noticed that the same problem (the wrong entry gets selected) occurs when using repeated ^X^P selection, i.e. ^X^P^X^P^X^P to select words that appear in the file in a...
Okay, so here's a hacky workaround that seems to work for me for now and actually lets me use ``: ```lua [''] = function(fallback) -- ugly workaround because manual completion...
Sorry to spam this issue with workarounds instead of fixing it, but I noticed that my last attempt at a workaround isn't suitable, because it destroys i.a. the snippet functionality....
Ok, I'll try again: Autocompletion works fine. Manual completion invoked with ^X^L and ^X^P does not: The problem is that using `` to input a selected line into the buffer,...
The bug is happening with this setting for completeopt, too. Minimal reproducible full config: (same as above, but with added `completeopt` value) ``` if has('vim_starting') set encoding=utf-8 endif scriptencoding utf-8...
> @bagohart, is this still reproducing for you using your minimal config from [#1326 (comment)](https://github.com/hrsh7th/nvim-cmp/issues/1326#issuecomment-1366593346) on latest `main` branch (commit [777450f](https://github.com/hrsh7th/nvim-cmp/commit/777450fd0ae289463a14481673e26246b5e38bf2))? I had the same issue as you, still repro...
@d-r-a-b I'm now on neovim 0.9.4 and cannot reproduce the bug anymore, with neither `^x^l` nor `^x^p`. Same for you? If so, I guess this issue can finally be closed....