berggeist

Results 9 comments of berggeist

> so I am still confused about this. What is the relation of this vs. the mentioned PR https://github.com/vim/vim/pull/17091 ? why do we need one over the other? From a...

> Isn't it just a double border? ? Can't the user specify it? completepopup controlled the info popup @glepnir could `completepopup` be applied to both, i.e. the (main) completion menu...

I don't know why fuzzy matching is excluded here. I would guess that text editing by applying the range does not play well in combination with fuzzy matching. But this...

The provided information by the Rust language server is not straightforward, see also here ["Completion response says "isIncomplete": true even when the total number of completion items is two #7649"](https://github.com/rust-lang/rust-analyzer/issues/7649)...

> I believe register completion should just complete register contents without word->full contents on successive press. > > Then it should be possible to have successive CTRL-R to cycle through...

This seems to be a known limitation of vim that multiline inserts are not (yet) supported: [Proposal: multiline completion support #2505](https://github.com/vim/vim/issues/2505) There is a draft pull-request for solving this in...

Hello @yegappan , unfortunately the tests for this pull request fail, because in my understanding the function [foreach](https://vimhelp.org/builtin.txt.html#foreach%28%29) is unknown. Should I rewrite the code, in order to avoid the...

> The `foreach` function is available only in recent versions of Vim. The older 9.x version doesn't have this function. Can you rewrite the code without using the `foreach` function?...

Hi @chrisbra , this was just provided for information only, i.e. no actions to be taken until Ubuntu 22.04 LTS will be supported not any longer by Github.