Christian Brabandt
Christian Brabandt
Well, out of those: - mapping `Y` this is definitly a user preference, I don't think this belongs to `defaults.vim` - `hidden`, I like it, but you may end up...
Okay, that leaves only the `complete` option.
we are getting a bit side tracked here. Potentially because defaults nowadays mean something different for everybody :/ I didn't want to touch this topic of "fixing" the load-order of...
I don't see this. Can you please verify using `vim --clean` 
Hm, did you use `bash` initially? I only see this when using `bash` in the shebang line. This seems to happen when the syntax script determines a bash script, because...
> btw this does not only affect select. same with while, until, for, etc Yeah, for the same reason, you are using reserved words which the syntax script tries to...
You need to reload the file after `:let b:is_posix=1` using `:e!`, otherwise setting the buffer local var happens too late.
> Starting program: C:\\Users\\JJCUBER\\Desktop\ esting clangd\\a.exe There also seems to be an issue with the parsing of the filenames which was fixed at commit c9a4a8ab28da2b11856a3 related issues: #12565, #12560 and...
This seems to fix it for the `:Break` command, haven't had time to check other locations that may need to parse a filename. ```diff diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim index d00cdded2..5873a7b91...
> May better to find out why fnameescape did not work enough for it. That was in the message to which I replied. It seems the mi interface does not...