Adnn
Adnn
@junegunn Thank you for your feedback. I tried what you proposed, globally treating git-bash like a Unix shell env by replacing: `let s:is_win = (has('win32') || has('win64')) && !exists('$SHELL')` Sadly...
I reverted while using `exists('$SHELL')`, so all commands work on my test environment.
I created the PR above #1434. This addresses the case of `shell=cmd` issue with the preview pane. I am happy to get feedback and rework the PR to get it...
> Breaking Clang C++20 builds should be treated as a base image incident. By breaking a lot of Cpp builds by surprise for several weeks now, while [not providing any...
I'm joining from #11353, is there anything we can do to help prioritize this issue?
By the way, as there existed previous comments discussing the intent of this settings, and whether it was a bug: > // Controls whether words are overwritten when accepting completions....
Yes, this definitely worked as intended at some point.
@albertcaldas84 I just checked back on this issue, and it works for me with pre-release 1.19.2. Did you make sure to set the `cpp` `insertMode` to `insert`? For some reason,...
> I didn't have any entry, which should assume that "insert" was the default value. The default value for `cpp` language is `replace` (unlike the "general" default, but the cpp...
@nathan-osman Some reminder regarding this PR, do you think we could get it merged in? Do you think some changes are required first?